diff --git a/doc/api/zlib.md b/doc/api/zlib.md index f5a8c7b57fc86c..1f4e23f2e4b543 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -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]) + + +Close the underlying handle. + ### zlib.flush([kind], callback)