@@ -1139,8 +1139,8 @@ Creates and returns a new [`Unzip`][] object.
1139
1139
1140
1140
<!-- type=misc-->
1141
1141
1142
- All of these take a [ ` Buffer ` ] [ ] , [ ` TypedArray ` ] [ ] , [ ` DataView ` ] [ ] ,
1143
- [ ` ArrayBuffer ` ] [ ] or string as the first argument, an optional second argument
1142
+ All of these take a { Buffer}, { TypedArray}, { DataView}, {ArrayBuffer}, or string
1143
+ as the first argument, an optional second argument
1144
1144
to supply options to the ` zlib ` classes and will call the supplied callback
1145
1145
with ` callback(error, result) ` .
1146
1146
@@ -1488,19 +1488,15 @@ Decompress a chunk of data with [`Unzip`][].
1488
1488
[ Streams API ] : stream.md
1489
1489
[ `.flush()` ] : #zlibflushkind-callback
1490
1490
[ `Accept-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
1491
- [ `ArrayBuffer` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer
1492
1491
[ `BrotliCompress` ] : #class-zlibbrotlicompress
1493
1492
[ `BrotliDecompress` ] : #class-zlibbrotlidecompress
1494
- [ `Buffer` ] : buffer.md#class-buffer
1495
1493
[ `Content-Encoding` ] : https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.11
1496
- [ `DataView` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView
1497
1494
[ `DeflateRaw` ] : #class-zlibdeflateraw
1498
1495
[ `Deflate` ] : #class-zlibdeflate
1499
1496
[ `Gunzip` ] : #class-zlibgunzip
1500
1497
[ `Gzip` ] : #class-zlibgzip
1501
1498
[ `InflateRaw` ] : #class-zlibinflateraw
1502
1499
[ `Inflate` ] : #class-zlibinflate
1503
- [ `TypedArray` ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
1504
1500
[ `Unzip` ] : #class-zlibunzip
1505
1501
[ `buffer.kMaxLength` ] : buffer.md#bufferkmaxlength
1506
1502
[ `deflateInit2` and `inflateInit2` ] : https://zlib.net/manual.html#Advanced
0 commit comments