admin_vue/11-前端模块化开发Webpack(Node.js基础)/04-webpack_Loader使用/node_modules/browserify-zlib
3056762376@qq.com 37ffd941b0 changes 2022-11-20 18:09:09 +08:00
..
lib changes 2022-11-20 18:09:09 +08:00
src changes 2022-11-20 18:09:09 +08:00
.npmignore changes 2022-11-20 18:09:09 +08:00
.travis.yml changes 2022-11-20 18:09:09 +08:00
LICENSE changes 2022-11-20 18:09:09 +08:00
README.md changes 2022-11-20 18:09:09 +08:00
karma.conf.js changes 2022-11-20 18:09:09 +08:00
package.json changes 2022-11-20 18:09:09 +08:00
yarn.lock changes 2022-11-20 18:09:09 +08: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