HckApm/node_modules/browserify-zlib
minicx 99e5f883a3 second commit 2023-12-23 14:56:27 +03:00
..
src second commit 2023-12-23 14:56:27 +03:00
test second commit 2023-12-23 14:56:27 +03:00
.npmignore second commit 2023-12-23 14:56:27 +03:00
.travis.yml second commit 2023-12-23 14:56:27 +03:00
README.md second commit 2023-12-23 14:56:27 +03:00
package.json second commit 2023-12-23 14:56:27 +03:00

README.md

browserify-zlib

Emulates Node's zlib module for Browserify using pako. It uses the actual Node source code and passes the Node zlib tests by emulating the C++ binding that actually calls zlib.

browser support

node tests

Not implemented

The following options/methods are not supported because pako does not support them yet.

  • The params method
  • The dictionary option

License

MIT