backoffice/node_modules/browserify-zlib
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
src first commit 2020-02-06 10:09:39 +00:00
test first commit 2020-02-06 10:09:39 +00:00
.npmignore first commit 2020-02-06 10:09:39 +00:00
.travis.yml first commit 2020-02-06 10:09:39 +00:00
README.md first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00: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