browserify-zlib
Full zlib module for the browser
Last updated 8 years ago by dignifiedquire .
MIT · Repository · Bugs · Original npm
$ cnpm install browserify-zlib 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.2.0                                ...           latest (8 years ago)

2 Versions

  • 0.1.4                                ...           11 years ago
  • 0.2.0                                ...           8 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org