buffer
buffer copied to clipboard
Remove noAssert option
trafficstars
The noAssert option to read and write operations has been deprecated in Node.js. See: https://nodejs.org/api/all.html#deprecations_dep0102_using_noassert_in_buffer_read_write_operations
We should remove it from here.
For reference, PR in node: https://github.com/nodejs/node/pull/18395