legendary-doc-site/apps/core/assets/node_modules/browserify-zlib
2020-07-03 21:41:01 -05:00
..
lib chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
src chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.npmignore chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.travis.yml chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
karma.conf.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
LICENSE chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
package.json chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
yarn.lock chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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