Skip to content

Commit

Permalink
zlib: expanded bytesRead property description
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed May 24, 2017
1 parent cf58570 commit f5a87d6
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit f5a87d6

Please sign in to comment.