Open ijisol opened 3 days ago
https://nodejs.org/api/zlib.html#zlibcrc32data-value
https://github.com/nodejs/node/blob/e225f000343fad84f449e26eec916d8743a0d5f0/lib/zlib.js#L848
The crc32 is not a method of ZlibBase. It is a standalone function of the module.
crc32
PRs are welcome!
@RedYetiDev I would like to if I could, but to be honest, I don't know how to do it. 😅
It's a matter of modifying doc/api/zlib.md.
doc/api/zlib.md
Affected URL(s)
https://nodejs.org/api/zlib.html#zlibcrc32data-value
Description of the problem
https://github.com/nodejs/node/blob/e225f000343fad84f449e26eec916d8743a0d5f0/lib/zlib.js#L848
The
crc32
is not a method of ZlibBase. It is a standalone function of the module.