Skip to content

Commit

Permalink
zlib: document engine bytesRead property
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed May 22, 2017
1 parent 7aa6e2b commit df6c1f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/zlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- YAML
added: v0.5.8
Expand Down

0 comments on commit df6c1f0

Please sign in to comment.