@@ -304,7 +304,7 @@ Compression strategy.
304
304
305
305
### Brotli constants
306
306
<!-- YAML
307
- added: REPLACEME
307
+ added: v10.16.0
308
308
-->
309
309
310
310
There are several options and other constants available for Brotli-based
@@ -411,7 +411,7 @@ See the description of `deflateInit2` and `inflateInit2` at
411
411
412
412
## Class: BrotliOptions
413
413
<!-- YAML
414
- added: REPLACEME
414
+ added: v10.16.0
415
415
-->
416
416
417
417
<!-- type=misc-->
@@ -438,14 +438,14 @@ const stream = zlib.createBrotliCompress({
438
438
439
439
## Class: zlib.BrotliCompress
440
440
<!-- YAML
441
- added: REPLACEME
441
+ added: v10.16.0
442
442
-->
443
443
444
444
Compress data using the Brotli algorithm.
445
445
446
446
## Class: zlib.BrotliDecompress
447
447
<!-- YAML
448
- added: REPLACEME
448
+ added: v10.16.0
449
449
-->
450
450
451
451
Decompress data using the Brotli algorithm.
@@ -526,7 +526,7 @@ the header.
526
526
<!-- YAML
527
527
added: v0.5.8
528
528
changes:
529
- - version: REPLACEME
529
+ - version: v10.16.0
530
530
pr-url: https://github.com/nodejs/node/pull/24939
531
531
description: This class was renamed from `Zlib` to `ZlibBase`.
532
532
-->
@@ -620,7 +620,7 @@ Provides an object enumerating Zlib-related constants.
620
620
621
621
## zlib.createBrotliCompress([ options] )
622
622
<!-- YAML
623
- added: REPLACEME
623
+ added: v10.16.0
624
624
-->
625
625
626
626
* ` options ` {brotli options}
@@ -629,7 +629,7 @@ Creates and returns a new [`BrotliCompress`][] object.
629
629
630
630
## zlib.createBrotliDecompress([ options] )
631
631
<!-- YAML
632
- added: REPLACEME
632
+ added: v10.16.0
633
633
-->
634
634
635
635
* ` options ` {brotli options}
@@ -720,15 +720,15 @@ without a callback.
720
720
721
721
### zlib.brotliCompress(buffer[ , options] , callback)
722
722
<!-- YAML
723
- added: REPLACEME
723
+ added: v10.16.0
724
724
-->
725
725
* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
726
726
* ` options ` {brotli options}
727
727
* ` callback ` {Function}
728
728
729
729
### zlib.brotliCompressSync(buffer[ , options] )
730
730
<!-- YAML
731
- added: REPLACEME
731
+ added: v10.16.0
732
732
-->
733
733
* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
734
734
* ` options ` {brotli options}
@@ -737,15 +737,15 @@ Compress a chunk of data with [`BrotliCompress`][].
737
737
738
738
### zlib.brotliDecompress(buffer[ , options] , callback)
739
739
<!-- YAML
740
- added: REPLACEME
740
+ added: v10.16.0
741
741
-->
742
742
* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
743
743
* ` options ` {brotli options}
744
744
* ` callback ` {Function}
745
745
746
746
### zlib.brotliDecompressSync(buffer[ , options] )
747
747
<!-- YAML
748
- added: REPLACEME
748
+ added: v10.16.0
749
749
-->
750
750
* ` buffer ` {Buffer|TypedArray|DataView|ArrayBuffer|string}
751
751
* ` options ` {brotli options}
0 commit comments