diff --git a/doc/api/zlib.md b/doc/api/zlib.md index e97ba9cc83e0cd..f57b3d0599bbbe 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -386,6 +386,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)