mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: add docs for Zlib#close()
PR-URL: https://github.com/nodejs/node/pull/16592 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
@@ -406,6 +406,13 @@ 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.close([callback])
|
||||
<!-- YAML
|
||||
added: v0.9.4
|
||||
-->
|
||||
|
||||
Close the underlying handle.
|
||||
|
||||
### zlib.flush([kind], callback)
|
||||
<!-- YAML
|
||||
added: v0.5.8
|
||||
|
||||
Reference in New Issue
Block a user