Dashboard sipadu mbip
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Siti Rahayu 79f738203a latest před 5 roky
..
lib latest před 5 roky
src latest před 5 roky
.npmignore latest před 5 roky
.travis.yml latest před 5 roky
LICENSE latest před 5 roky
README.md latest před 5 roky
karma.conf.js latest před 5 roky
package.json latest před 5 roky
yarn.lock latest před 5 roky

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