Dashboard sipadu mbip
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Siti Rahayu 79f738203a latest 5年前
..
lib latest 5年前
src latest 5年前
.npmignore latest 5年前
.travis.yml latest 5年前
LICENSE latest 5年前
README.md latest 5年前
karma.conf.js latest 5年前
package.json latest 5年前
yarn.lock latest 5年前

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