In the zlib docs, there are a handful of constants listed that do not exist in the actual code:
Specifically:
zlib.Z_BINARY
zlib.Z_TEXT
zlib.Z_ASCII
zlib.Z_UNKNOWN
See: https://nodejs.org/dist/latest-v6.x/docs/api/zlib.html#zlib_constants
Removed in: #7203
In the zlib docs, there are a handful of constants listed that do not exist in the actual code:
Specifically:
zlib.Z_BINARYzlib.Z_TEXTzlib.Z_ASCIIzlib.Z_UNKNOWNSee: https://nodejs.org/dist/latest-v6.x/docs/api/zlib.html#zlib_constants
Removed in: #7203