node/lib/internal/webstreams
Daeyeon Jeong 6ed3367155 stream: add ReadableByteStream.tee()
This supports teeing readable byte streams to meet
the latest web streams standards.

Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com
PR-URL: https://github.com/nodejs/node/pull/44505
Refs: https://streams.spec.whatwg.org/#readable-stream-tee
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-10-11 14:45:23 -05:00
..
adapters.js lib: use safe Promise alternatives when available 2022-10-11 14:45:18 -05:00
compression.js lib: move kEnumerableProperty to internal/util 2022-04-23 22:25:58 -04:00
encoding.js stream: use kEmptyObject 2022-07-31 09:44:29 +02:00
queuingstrategies.js lib: move kEnumerableProperty to internal/util 2022-04-23 22:25:58 -04:00
readablestream.js stream: add ReadableByteStream.tee() 2022-10-11 14:45:23 -05:00
transfer.js lib: use null-prototype objects for property descriptors 2022-07-31 09:44:45 +02:00
transformstream.js lib: use safe Promise alternatives when available 2022-10-11 14:45:18 -05:00
util.js stream: add ReadableByteStream.tee() 2022-10-11 14:45:23 -05:00
writablestream.js lib: move kEnumerableProperty to internal/util 2022-04-23 22:25:58 -04:00