line_push/node_modules/browserify-zlib
2022-07-17 13:16:16 +08:00
..
lib add file 2022-07-17 13:16:16 +08:00
src add file 2022-07-17 13:16:16 +08:00
.npmignore add file 2022-07-17 13:16:16 +08:00
.travis.yml add file 2022-07-17 13:16:16 +08:00
karma.conf.js add file 2022-07-17 13:16:16 +08:00
LICENSE add file 2022-07-17 13:16:16 +08:00
package.json add file 2022-07-17 13:16:16 +08:00
README.md add file 2022-07-17 13:16:16 +08:00
yarn.lock add file 2022-07-17 13:16:16 +08:00

browserify-zlib

Travis CI Dependency Status js-standard-style

Description

Emulates Node's zlib module for the browser. Can be used as a drop in replacement with Browserify and webpack.

The heavy lifting is done using pako. The code in this module is modeled closely after the code in the source of Node core to get as much compatability as possible.

API

https://nodejs.org/api/zlib.html

Not implemented

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

  • The params method

License

MIT