Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Daniel Hübleitner 615619e6e7 start werk il y a 5 ans
..
lib start werk il y a 5 ans
src start werk il y a 5 ans
.npmignore start werk il y a 5 ans
.travis.yml start werk il y a 5 ans
LICENSE start werk il y a 5 ans
README.md start werk il y a 5 ans
karma.conf.js start werk il y a 5 ans
package.json start werk il y a 5 ans
yarn.lock start werk il y a 5 ans

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