MIF_E31222707/node_modules/browserify-zlib
adeliaala 0d288a48b9 done 2025-07-15 13:57:20 +07:00
..
lib done 2025-07-15 13:57:20 +07:00
src done 2025-07-15 13:57:20 +07:00
.npmignore done 2025-07-15 13:57:20 +07:00
.travis.yml done 2025-07-15 13:57:20 +07:00
LICENSE done 2025-07-15 13:57:20 +07:00
README.md done 2025-07-15 13:57:20 +07:00
karma.conf.js done 2025-07-15 13:57:20 +07:00
package.json done 2025-07-15 13:57:20 +07:00
yarn.lock done 2025-07-15 13:57:20 +07:00

README.md

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