Files
node/lib
Hans Klunder 33b1574cbf lib: add support for readable byte streams to .toWeb()
Add support for the creation of ReadableByteStream to Readable.toWeb()
and Duplex.toWeb()
This enables the use of .getReader({ mode: "byob" }) on
e.g. socket().toWeb()

Refs: https://github.com/nodejs/node/issues/56004#issuecomment-2908265316
Refs: https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_byte_streams
PR-URL: https://github.com/nodejs/node/pull/58664
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Reviewed-By: Mattias Buelens <mattias@buelens.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2025-11-16 06:51:24 +00:00
..
2025-08-05 03:51:16 +00:00
2025-09-22 23:19:26 +00:00
2025-07-18 09:28:21 +00:00
2025-09-04 11:58:50 +00:00
2025-01-04 18:30:04 +00:00
2025-09-14 00:39:32 +00:00
2025-11-05 02:52:26 +00:00
2025-08-05 13:45:41 +00:00