@@ -281,7 +281,7 @@ Compression strategy.
281
281
* ` zlib.constants.Z_FIXED `
282
282
* ` zlib.constants.Z_DEFAULT_STRATEGY `
283
283
284
- ## Class Options
284
+ ## Class: Options
285
285
<!-- YAML
286
286
added: v0.11.1
287
287
changes:
@@ -473,14 +473,14 @@ Provides an object enumerating Zlib-related constants.
473
473
added: v0.5.8
474
474
-->
475
475
476
- Creates and returns a new [ Deflate] [ ] object with the given [ options] [ ] .
476
+ Creates and returns a new [ Deflate] [ ] object with the given [ ` options ` ] [ ] .
477
477
478
478
## zlib.createDeflateRaw([ options] )
479
479
<!-- YAML
480
480
added: v0.5.8
481
481
-->
482
482
483
- Creates and returns a new [ DeflateRaw] [ ] object with the given [ options] [ ] .
483
+ Creates and returns a new [ DeflateRaw] [ ] object with the given [ ` options ` ] [ ] .
484
484
485
485
An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when windowBits
486
486
is set to 8 for raw deflate streams. zlib would automatically set windowBits
@@ -494,35 +494,35 @@ that effectively uses an 8-bit window only.
494
494
added: v0.5.8
495
495
-->
496
496
497
- Creates and returns a new [ Gunzip] [ ] object with the given [ options] [ ] .
497
+ Creates and returns a new [ Gunzip] [ ] object with the given [ ` options ` ] [ ] .
498
498
499
499
## zlib.createGzip([ options] )
500
500
<!-- YAML
501
501
added: v0.5.8
502
502
-->
503
503
504
- Creates and returns a new [ Gzip] [ ] object with the given [ options] [ ] .
504
+ Creates and returns a new [ Gzip] [ ] object with the given [ ` options ` ] [ ] .
505
505
506
506
## zlib.createInflate([ options] )
507
507
<!-- YAML
508
508
added: v0.5.8
509
509
-->
510
510
511
- Creates and returns a new [ Inflate] [ ] object with the given [ options] [ ] .
511
+ Creates and returns a new [ Inflate] [ ] object with the given [ ` options ` ] [ ] .
512
512
513
513
## zlib.createInflateRaw([ options] )
514
514
<!-- YAML
515
515
added: v0.5.8
516
516
-->
517
517
518
- Creates and returns a new [ InflateRaw] [ ] object with the given [ options] [ ] .
518
+ Creates and returns a new [ InflateRaw] [ ] object with the given [ ` options ` ] [ ] .
519
519
520
520
## zlib.createUnzip([ options] )
521
521
<!-- YAML
522
522
added: v0.5.8
523
523
-->
524
524
525
- Creates and returns a new [ Unzip] [ ] object with the given [ options] [ ] .
525
+ Creates and returns a new [ Unzip] [ ] object with the given [ ` options ` ] [ ] .
526
526
527
527
## Convenience Methods
528
528
@@ -771,14 +771,14 @@ Decompress a chunk of data with [Unzip][].
771
771
[ `Content-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
772
772
[ `DataView` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
773
773
[ `TypedArray` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
774
+ [ `options` ] : #zlib_class_options
774
775
[ DeflateRaw ] : #zlib_class_zlib_deflateraw
775
776
[ Deflate ] : #zlib_class_zlib_deflate
776
777
[ Gunzip ] : #zlib_class_zlib_gunzip
777
778
[ Gzip ] : #zlib_class_zlib_gzip
778
779
[ InflateRaw ] : #zlib_class_zlib_inflateraw
779
780
[ Inflate ] : #zlib_class_zlib_inflate
780
781
[ Memory Usage Tuning ] : #zlib_memory_usage_tuning
781
- [ options ] : #zlib_class_options
782
782
[ Unzip ] : #zlib_class_zlib_unzip
783
783
[ `UV_THREADPOOL_SIZE` ] : cli.html#cli_uv_threadpool_size_size
784
784
[ `zlib.bytesWritten` ] : #zlib_zlib_byteswritten
0 commit comments