node/lib/internal/streams
Trivikram Kamat f2f241a40f
stream: normalize Broadcast.from() byte inputs
Route non-Broadcastable inputs through from(). This makes strings
and ArrayBuffer views byte inputs instead of generic iterables.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
Assisted-by: openai:gpt-5.5
PR-URL: https://github.com/nodejs/node/pull/64082
Fixes: https://github.com/nodejs/node/issues/64081
Reviewed-By: James M Snell <jasnell@gmail.com>
2026-06-30 06:25:00 +00:00
..
iter stream: normalize Broadcast.from() byte inputs 2026-06-30 06:25:00 +00:00
add-abort-signal.js
compose.js stream: check done before backpressure in stream reader 2026-06-09 04:53:54 +00:00
destroy.js
duplex.js
duplexify.js stream: ensuring cross-destruction in _duplexify to prevent leaks 2026-04-21 09:54:35 +00:00
duplexpair.js stream: propagate destruction in duplexPair 2026-04-07 19:51:49 +02:00
end-of-stream.js stream: align Readable.toWeb termination with eos 2026-05-19 15:38:22 +02:00
fast-utf8-stream.js stream: fix Utf8Stream stall after full write of multi-byte data 2026-06-20 16:12:16 +09:00
from.js stream: fix nested compose error propagation 2026-04-17 01:46:10 +00:00
lazy_transform.js
legacy.js
operators.js
passthrough.js
pipeline.js
readable.js stream: proxy first own method in Readable.wrap() 2026-06-23 15:24:34 +00:00
state.js
transform.js
utils.js
writable.js stream: disallow writing string chunk with 'buffer' encoding 2026-05-19 15:52:32 +00:00