![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | lib/ | 2023-06-08 13:45 | - | |
![]() | src/ | 2023-06-08 13:45 | - | |
![]() | LICENSE | 2023-06-08 13:45 | 3.4K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | README.md | 2023-06-08 13:45 | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | karma.conf.js | 2023-06-08 13:45 | 295 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2023-06-08 13:45 | 2.7K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | yarn.lock | 2023-06-08 13:45 | 126K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
# 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 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