This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/browserify-zlib
cranberry ed23347e56 Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
..
lib Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
src Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
.npmignore Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
.travis.yml Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
LICENSE Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
README.md Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
karma.conf.js Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
package.json Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00
yarn.lock Initial comission of TheLounge base files 2020-11-01 22:46:04 +00:00

README.md

browserify-zlib

Travis CI Dependency Status js-standard-style

Description

Emulates Nodes 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