browserify-zlib

Full zlib module for the browser

MIT 6 个版本
安装
npm install browserify-zlib
yarn add browserify-zlib
pnpm add browserify-zlib
bun add browserify-zlib
README

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

版本列表
0.2.0 2017-06-03
0.1.4 2014-04-18
0.1.3 2014-04-08
0.1.2 2014-04-08
0.1.1 2014-04-08
0.1.0 2014-04-08