@@ -304,7 +304,7 @@ Compression strategy.
304304
305305### Brotli constants
306306<!-- YAML
307- added: REPLACEME
307+ added: v11.7.0
308308-->
309309
310310There are several options and other constants available for Brotli-based
@@ -411,7 +411,7 @@ See the description of `deflateInit2` and `inflateInit2` at
411411
412412## Class: BrotliOptions
413413<!-- YAML
414- added: REPLACEME
414+ added: v11.7.0
415415-->
416416
417417<!-- type=misc-->
@@ -438,14 +438,14 @@ const stream = zlib.createBrotliCompress({
438438
439439## Class: zlib.BrotliCompress
440440<!-- YAML
441- added: REPLACEME
441+ added: v11.7.0
442442-->
443443
444444Compress data using the Brotli algorithm.
445445
446446## Class: zlib.BrotliDecompress
447447<!-- YAML
448- added: REPLACEME
448+ added: v11.7.0
449449-->
450450
451451Decompress data using the Brotli algorithm.
@@ -526,7 +526,7 @@ the header.
526526<!-- YAML
527527added: v0.5.8
528528changes:
529- - version: REPLACEME
529+ - version: v11.7.0
530530 pr-url: https://github.com/nodejs/node/pull/24939
531531 description: This class was renamed from `Zlib` to `ZlibBase`.
532532-->
@@ -620,7 +620,7 @@ Provides an object enumerating Zlib-related constants.
620620
621621## zlib.createBrotliCompress([ options] )
622622<!-- YAML
623- added: REPLACEME
623+ added: v11.7.0
624624-->
625625
626626* ` options ` {brotli options}
@@ -629,7 +629,7 @@ Creates and returns a new [`BrotliCompress`][] object.
629629
630630## zlib.createBrotliDecompress([ options] )
631631<!-- YAML
632- added: REPLACEME
632+ added: v11.7.0
633633-->
634634
635635* ` options ` {brotli options}
@@ -720,15 +720,15 @@ without a callback.
720720
721721### zlib.brotliCompress(buffer[ , options] , callback)
722722<!-- YAML
723- added: REPLACEME
723+ added: v11.7.0
724724-->
725725* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
726726* ` options ` {brotli options}
727727* ` callback ` {Function}
728728
729729### zlib.brotliCompressSync(buffer[ , options] )
730730<!-- YAML
731- added: REPLACEME
731+ added: v11.7.0
732732-->
733733* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
734734* ` options ` {brotli options}
@@ -737,15 +737,15 @@ Compress a chunk of data with [`BrotliCompress`][].
737737
738738### zlib.brotliDecompress(buffer[ , options] , callback)
739739<!-- YAML
740- added: REPLACEME
740+ added: v11.7.0
741741-->
742742* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
743743* ` options ` {brotli options}
744744* ` callback ` {Function}
745745
746746### zlib.brotliDecompressSync(buffer[ , options] )
747747<!-- YAML
748- added: REPLACEME
748+ added: v11.7.0
749749-->
750750* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
751751* ` options ` {brotli options}
0 commit comments