No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit hace 3 años
..
lib First Commit hace 3 años
src First Commit hace 3 años
.DS_Store First Commit hace 3 años
.npmignore First Commit hace 3 años
.travis.yml First Commit hace 3 años
LICENSE First Commit hace 3 años
README.md First Commit hace 3 años
karma.conf.js First Commit hace 3 años
package.json First Commit hace 3 años
yarn.lock First Commit hace 3 años

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