node/lib/internal/webstreams
Damian Krzeminski 3e14cfbbcf
stream: add support for deflate-raw format to webstreams compression
this change makes `deflate-raw` a valid parameter for both
CompressionStream and DecompressionStream constructors

it makes node's implementation consistent with what modern browsers
support and what specification calls for

see: https://wicg.github.io/compression/#compression-stream
PR-URL: https://github.com/nodejs/node/pull/50097
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2023-11-09 11:18:57 +00:00
..
adapters.js lib: enforce use of trailing commas for functions 2023-02-14 18:45:16 +01:00
compression.js stream: add support for deflate-raw format to webstreams compression 2023-11-09 11:18:57 +00:00
encoding.js stream: use private properties for encoding 2023-04-13 15:22:48 +00:00
queuingstrategies.js doc: use same name in the doc as in the code 2023-08-19 16:15:22 +00:00
readablestream.js src: implement structuredClone in native 2023-10-25 17:45:11 +00:00
transfer.js src: distinguish HTML transferable and cloneable 2023-07-07 17:00:00 +00:00
transformstream.js stream: reduce overhead of transfer 2023-10-12 14:37:41 +00:00
util.js stream: implement ReadableStream.from 2023-07-18 09:50:22 +00:00
writablestream.js stream: reduce overhead of transfer 2023-10-12 14:37:41 +00:00