diff --git a/doc/api/zlib.md b/doc/api/zlib.md index abfb6e2038b6d3..c8ea637cd350e0 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -385,6 +385,17 @@ 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 +before the bytes are processed (compressed or decompressed, as appropriate for +the derived class). + ### zlib.flush([kind], callback)