Open ijisol opened 1 month ago
zlib.crc32(data[, value]) is added in v22.2.0 and v20.15.0.
zlib.crc32(data[, value])
As a side note, if you drop support for older Node.js versions, there's no reason to use the wrapper functions for bufferFrom() and bufferIncludes() anymore.
bufferFrom()
bufferIncludes()
thanks for the heads up about the native crc32 implementation! that would be much better when available. I'll take a look.
zlib.crc32(data[, value])
is added in v22.2.0 and v20.15.0.As a side note, if you drop support for older Node.js versions, there's no reason to use the wrapper functions for
bufferFrom()
andbufferIncludes()
anymore.