Gazebo_simulation-Frontend/node_modules/browserify-zlib
Riddhi Dave c586e2ed33 session update with django backend 2021-02-25 10:57:52 -05:00
..
lib React files 2020-12-21 10:29:31 -05:00
src React files 2020-12-21 10:29:31 -05:00
.npmignore React files 2020-12-21 10:29:31 -05:00
.travis.yml React files 2020-12-21 10:29:31 -05:00
LICENSE React files 2020-12-21 10:29:31 -05:00
README.md React files 2020-12-21 10:29:31 -05:00
karma.conf.js React files 2020-12-21 10:29:31 -05:00
package.json session update with django backend 2021-02-25 10:57:52 -05:00
yarn.lock React files 2020-12-21 10:29:31 -05: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