tree: d24f1a1c959dc7cbdd1547f2c4dc02abfa65d7d0 [path history] [tgz]
  1. src/
  2. test/
  3. .npmignore
  4. .travis.yml
  5. package.json
  6. README.md
node_modules/browserify-zlib/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