Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
zlib: expanded bytesRead property description
Refs: #8874
  • Loading branch information
AlexanderOMara committed May 24, 2017
commit f5a87d641f4efcf836ca067ceeeff6c41315b425
4 changes: 3 additions & 1 deletion doc/api/zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,9 @@ class of the compressor/decompressor classes.

* {number}

The `zlib.bytesRead` property specifies the number of bytes read by the engine.
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)
<!-- YAML
Expand Down