@@ -281,7 +281,7 @@ Compression strategy.
281281* ` zlib.constants.Z_FIXED `
282282* ` zlib.constants.Z_DEFAULT_STRATEGY `
283283
284- ## Class Options
284+ ## Class: Options
285285<!-- YAML
286286added: v0.11.1
287287changes:
@@ -473,14 +473,14 @@ Provides an object enumerating Zlib-related constants.
473473added: v0.5.8
474474-->
475475
476- Creates and returns a new [ Deflate] [ ] object with the given [ options] [ ] .
476+ Creates and returns a new [ Deflate] [ ] object with the given [ ` options ` ] [ ] .
477477
478478## zlib.createDeflateRaw([ options] )
479479<!-- YAML
480480added: v0.5.8
481481-->
482482
483- Creates and returns a new [ DeflateRaw] [ ] object with the given [ options] [ ] .
483+ Creates and returns a new [ DeflateRaw] [ ] object with the given [ ` options ` ] [ ] .
484484
485485An upgrade of zlib from 1.2.8 to 1.2.11 changed behavior when windowBits
486486is set to 8 for raw deflate streams. zlib would automatically set windowBits
@@ -494,35 +494,35 @@ that effectively uses an 8-bit window only.
494494added: v0.5.8
495495-->
496496
497- Creates and returns a new [ Gunzip] [ ] object with the given [ options] [ ] .
497+ Creates and returns a new [ Gunzip] [ ] object with the given [ ` options ` ] [ ] .
498498
499499## zlib.createGzip([ options] )
500500<!-- YAML
501501added: v0.5.8
502502-->
503503
504- Creates and returns a new [ Gzip] [ ] object with the given [ options] [ ] .
504+ Creates and returns a new [ Gzip] [ ] object with the given [ ` options ` ] [ ] .
505505
506506## zlib.createInflate([ options] )
507507<!-- YAML
508508added: v0.5.8
509509-->
510510
511- Creates and returns a new [ Inflate] [ ] object with the given [ options] [ ] .
511+ Creates and returns a new [ Inflate] [ ] object with the given [ ` options ` ] [ ] .
512512
513513## zlib.createInflateRaw([ options] )
514514<!-- YAML
515515added: v0.5.8
516516-->
517517
518- Creates and returns a new [ InflateRaw] [ ] object with the given [ options] [ ] .
518+ Creates and returns a new [ InflateRaw] [ ] object with the given [ ` options ` ] [ ] .
519519
520520## zlib.createUnzip([ options] )
521521<!-- YAML
522522added: v0.5.8
523523-->
524524
525- Creates and returns a new [ Unzip] [ ] object with the given [ options] [ ] .
525+ Creates and returns a new [ Unzip] [ ] object with the given [ ` options ` ] [ ] .
526526
527527## Convenience Methods
528528
@@ -771,14 +771,14 @@ Decompress a chunk of data with [Unzip][].
771771[ `Content-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
772772[ `DataView` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
773773[ `TypedArray` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
774+ [ `options` ] : #zlib_class_options
774775[ DeflateRaw ] : #zlib_class_zlib_deflateraw
775776[ Deflate ] : #zlib_class_zlib_deflate
776777[ Gunzip ] : #zlib_class_zlib_gunzip
777778[ Gzip ] : #zlib_class_zlib_gzip
778779[ InflateRaw ] : #zlib_class_zlib_inflateraw
779780[ Inflate ] : #zlib_class_zlib_inflate
780781[ Memory Usage Tuning ] : #zlib_memory_usage_tuning
781- [ options ] : #zlib_class_options
782782[ Unzip ] : #zlib_class_zlib_unzip
783783[ `UV_THREADPOOL_SIZE` ] : cli.html#cli_uv_threadpool_size_size
784784[ `zlib.bytesWritten` ] : #zlib_zlib_byteswritten
0 commit comments