File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ Emulates Node's [zlib](http://nodejs.org/api/zlib.html) module for [Browserify](
4
4
using [ pako] ( https://github.com/nodeca/pako ) . It uses the actual Node source code and passes the Node zlib tests
5
5
by emulating the C++ binding that actually calls zlib.
6
6
7
- [ ![ browser support] ( https://ci.testling.com/devongovett/browserify-zlib.png )
8
- ] ( https://ci.testling.com/devongovett/browserify-zlib )
9
-
10
7
[ ![ node tests] ( https://travis-ci.org/devongovett/browserify-zlib.svg )
11
8
] ( https://travis-ci.org/devongovett/browserify-zlib )
12
9
@@ -15,7 +12,6 @@ by emulating the C++ binding that actually calls zlib.
15
12
The following options/methods are not supported because pako does not support them yet.
16
13
17
14
* The ` params ` method
18
- * The ` dictionary ` option
19
15
20
16
## License
21
17
You can’t perform that action at this time.
0 commit comments