summaryrefslogtreecommitdiff
path: root/doc/api/zlib.md
diff options
context:
space:
mode:
authorAlexander O'Mara <me@alexomara.com>2017-05-17 20:43:06 -0400
committerAnna Henningsen <anna@addaleax.net>2017-06-01 00:21:32 +0200
commitd0b1b52edba8a4815086a1fa5e978ceaa91f6d3a (patch)
tree9fa99da703a05c54c343690fd041a22b4e47a175 /doc/api/zlib.md
parent36867786d095de89a37ced4378d07c8efe30cdfa (diff)
downloadandroid-node-v8-d0b1b52edba8a4815086a1fa5e978ceaa91f6d3a.tar.gz
android-node-v8-d0b1b52edba8a4815086a1fa5e978ceaa91f6d3a.tar.bz2
android-node-v8-d0b1b52edba8a4815086a1fa5e978ceaa91f6d3a.zip
zlib: option for engine in convenience methods
Added option to expose engine to convenience methods Refs: https://github.com/nodejs/node/issues/8874 PR-URL: https://github.com/nodejs/node/pull/13089 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index b7b9170b78..e97ba9cc83 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} (If `true`, returns an object with `buffer` and `engine`)
See the description of `deflateInit2` and `inflateInit2` at
<http://zlib.net/manual.html#Advanced> for more information on these.