Skip to content

Commit 6773df1

Browse files
zlib: document convenience methods info option
Refs: nodejs#8874
1 parent e5ca118 commit 6773df1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/zlib.md

+1
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ ignored by the decompression classes.
301301
* `strategy` {integer} (compression only)
302302
* `dictionary` {Buffer|TypedArray|DataView} (deflate/inflate only, empty dictionary by
303303
default)
304+
* `info` {boolean} (It `true`, returns object with buffer and engine)
304305

305306
See the description of `deflateInit2` and `inflateInit2` at
306307
<http://zlib.net/manual.html#Advanced> for more information on these.

0 commit comments

Comments
 (0)