https://github.com/browserify/browserify-zlib
Full zlib module for browserify
https://github.com/browserify/browserify-zlib
Last synced: 4 months ago
JSON representation
Full zlib module for browserify
- Host: GitHub
- URL: https://github.com/browserify/browserify-zlib
- Owner: browserify
- License: other
- Created: 2014-04-08T05:48:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T10:00:54.000Z (about 1 year ago)
- Last Synced: 2025-03-30T19:09:23.424Z (11 months ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 58
- Watchers: 4
- Forks: 32
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browserify-zlib
[](https://travis-ci.org/devongovett/browserify-zlib)
[](https://david-dm.org/devongovett/browserify-zlib) [](https://github.com/feross/standard)
## Description
Emulates Node's [zlib](https://nodejs.org/api/zlib.html) module for the browser. Can be used as a drop in replacement with [Browserify](http://browserify.org) and [webpack](http://webpack.github.io/).
The heavy lifting is done using [pako](https://github.com/nodeca/pako). The code in this module is modeled closely after the code in the source of Node core to get as much compatibility 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