Package Exports
- browserify-zlib
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (browserify-zlib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
browserify-zlib
Emulates Node's zlib module for Browserify using pako. It uses the actual Node source code and passes the Node zlib tests by emulating the C++ binding that actually calls zlib.
Not implemented
The following options/methods are not supported because pako does not support them yet.
- The
params
method - The
dictionary
option
License
MIT