We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ca118 commit 6773df1Copy full SHA for 6773df1
doc/api/zlib.md
@@ -301,6 +301,7 @@ ignored by the decompression classes.
301
* `strategy` {integer} (compression only)
302
* `dictionary` {Buffer|TypedArray|DataView} (deflate/inflate only, empty dictionary by
303
default)
304
+* `info` {boolean} (It `true`, returns object with buffer and engine)
305
306
See the description of `deflateInit2` and `inflateInit2` at
307
<http://zlib.net/manual.html#Advanced> for more information on these.
0 commit comments