Skip to content

Commit e585c41

Browse files
lpincacjihrig
authored andcommitted
doc: add docs for Zlib#close()
PR-URL: nodejs#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>
1 parent fc58c52 commit e585c41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/zlib.md

+7
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,13 @@ The `zlib.bytesRead` property specifies the number of bytes read by the engine
406406
before the bytes are processed (compressed or decompressed, as appropriate for
407407
the derived class).
408408

409+
### zlib.close([callback])
410+
<!-- YAML
411+
added: v0.9.4
412+
-->
413+
414+
Close the underlying handle.
415+
409416
### zlib.flush([kind], callback)
410417
<!-- YAML
411418
added: v0.5.8

0 commit comments

Comments
 (0)