Skip to content

Commit 1a633e3

Browse files
lpincaMylesBorins
authored andcommitted
doc: add docs for Zlib#close()
PR-URL: #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 101eb98 commit 1a633e3

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
@@ -363,6 +363,13 @@ added: v0.5.8
363363
Not exported by the `zlib` module. It is documented here because it is the base
364364
class of the compressor/decompressor classes.
365365

366+
### zlib.close([callback])
367+
<!-- YAML
368+
added: v0.9.4
369+
-->
370+
371+
Close the underlying handle.
372+
366373
### zlib.flush([kind], callback)
367374
<!-- YAML
368375
added: v0.5.8

0 commit comments

Comments
 (0)