File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compressionstream/compressionstream
decompressionstream/decompressionstream Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ new CompressionStream(format)
2121- ` format `
2222 - : One of the following allowed compression formats:
2323 - ` "brotli" `
24- - : Compresses the stream using the [ Brotli] ( https://www.rfc-editor.org/rfc/rfc1952 ) algorithm.
24+ - : Compresses the stream using the [ Brotli] ( https://www.rfc-editor.org/rfc/rfc7932 ) algorithm.
2525 - ` "gzip" `
2626 - : Compresses the stream using the [ GZIP] ( https://www.rfc-editor.org/rfc/rfc1952 ) format.
2727 - ` "deflate" `
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ new DecompressionStream(format)
2121- ` format `
2222 - : One of the following compression formats:
2323 - ` "brotli" `
24- - : Decompress the stream using the [ Brotli] ( https://www.rfc-editor.org/rfc/rfc1952 ) algorithm.
24+ - : Decompress the stream using the [ Brotli] ( https://www.rfc-editor.org/rfc/rfc7932 ) algorithm.
2525 - ` "gzip" `
2626 - : Decompress the stream using the [ GZIP] ( https://www.rfc-editor.org/rfc/rfc1952 ) algorithm.
2727 - ` "deflate" `
You can’t perform that action at this time.
0 commit comments