diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 180ae431c21873..0513699fb04252 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)