From df6c1f044716209337c625a38a993fb4d8ba5a19 Mon Sep 17 00:00:00 2001 From: Alexander O'Mara Date: Sun, 21 May 2017 23:37:26 -0400 Subject: [PATCH] zlib: document engine bytesRead property Refs: https://github.com/nodejs/node/issues/8874 --- doc/api/zlib.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index abfb6e2038b6d3..52f204e1737925 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -385,6 +385,12 @@ added: v0.5.8 Not exported by the `zlib` module. It is documented here because it is the base class of the compressor/decompressor classes. +### zlib.bytesRead + +* {number} + +The `zlib.bytesRead` property specifies the number of bytes read by the engine. + ### zlib.flush([kind], callback)