doc: add links to parent class for `node:zlib` classes · nodejs/node@095794f
@@ -856,6 +856,8 @@ added:
856856 - v10.16.0
857857-->
858858859+* Extends: [`ZlibBase`][]
860+859861Compress data using the Brotli algorithm.
860862861863## Class: `zlib.BrotliDecompress`
@@ -866,6 +868,8 @@ added:
866868 - v10.16.0
867869-->
868870871+* Extends: [`ZlibBase`][]
872+869873Decompress data using the Brotli algorithm.
870874871875## Class: `zlib.Deflate`
@@ -874,6 +878,8 @@ Decompress data using the Brotli algorithm.
874878added: v0.5.8
875879-->
876880881+* Extends: [`ZlibBase`][]
882+877883Compress data using deflate.
878884879885## Class: `zlib.DeflateRaw`
@@ -882,6 +888,8 @@ Compress data using deflate.
882888added: v0.5.8
883889-->
884890891+* Extends: [`ZlibBase`][]
892+885893Compress data using deflate, and do not append a `zlib` header.
886894887895## Class: `zlib.Gunzip`
@@ -901,6 +909,8 @@ changes:
901909 description: A truncated input stream will now result in an `'error'` event.
902910-->
903911912+* Extends: [`ZlibBase`][]
913+904914Decompress a gzip stream.
905915906916## Class: `zlib.Gzip`
@@ -909,6 +919,8 @@ Decompress a gzip stream.
909919added: v0.5.8
910920-->
911921922+* Extends: [`ZlibBase`][]
923+912924Compress data using gzip.
913925914926## Class: `zlib.Inflate`
@@ -921,6 +933,8 @@ changes:
921933 description: A truncated input stream will now result in an `'error'` event.
922934-->
923935936+* Extends: [`ZlibBase`][]
937+924938Decompress a deflate stream.
925939926940## Class: `zlib.InflateRaw`
@@ -936,6 +950,8 @@ changes:
936950 description: A truncated input stream will now result in an `'error'` event.
937951-->
938952953+* Extends: [`ZlibBase`][]
954+939955Decompress a raw deflate stream.
940956941957## Class: `zlib.Unzip`
@@ -944,6 +960,8 @@ Decompress a raw deflate stream.
944960added: v0.5.8
945961-->
946962963+* Extends: [`ZlibBase`][]
964+947965Decompress either a Gzip- or Deflate-compressed stream by auto-detecting
948966the header.
949967@@ -959,6 +977,8 @@ changes:
959977 description: This class was renamed from `Zlib` to `ZlibBase`.
960978-->
961979980+* Extends: [`stream.Transform`][]
981+962982Not exported by the `node:zlib` module. It is documented here because it is the
963983base class of the compressor/decompressor classes.
964984@@ -1707,6 +1727,7 @@ Decompress a chunk of data with [`ZstdDecompress`][].
17071727[`InflateRaw`]: #class-zlibinflateraw
17081728[`Inflate`]: #class-zlibinflate
17091729[`Unzip`]: #class-zlibunzip
1730+[`ZlibBase`]: #class-zlibzlibbase
17101731[`ZstdCompress`]: #class-zlibzstdcompress
17111732[`ZstdDecompress`]: #class-zlibzstddecompress
17121733[`buffer.kMaxLength`]: buffer.md#bufferkmaxlength