From 6773df11cbb438217065c173d4fdeb5687c044df Mon Sep 17 00:00:00 2001 From: Alexander O'Mara Date: Sun, 21 May 2017 23:49:25 -0400 Subject: [PATCH] zlib: document convenience methods info option Refs: https://github.com/nodejs/node/issues/8874 --- doc/api/zlib.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index abfb6e2038b6d3..fc9d7df35efd5d 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -301,6 +301,7 @@ ignored by the decompression classes. * `strategy` {integer} (compression only) * `dictionary` {Buffer|TypedArray|DataView} (deflate/inflate only, empty dictionary by default) +* `info` {boolean} (It `true`, returns object with buffer and engine) See the description of `deflateInit2` and `inflateInit2` at for more information on these.