node/lib/internal/streams
Marco 4d2d6de1b6
stream: preserve error over AbortError in pipeline
Signed-off-by: marcopiraccini <marco.piraccini@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/62113
Fixes: https://github.com/nodejs/node/issues/62089
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
2026-03-18 06:04:26 +00:00
..
add-abort-signal.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
compose.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
destroy.js
duplex.js
duplexify.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
duplexpair.js
end-of-stream.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
fast-utf8-stream.js stream: fix UTF-8 character corruption in fast-utf8-stream 2026-03-05 19:32:54 +00:00
from.js
lazy_transform.js
legacy.js
operators.js stream: do not pass readable.compose() output via Readable.from() 2025-12-23 18:52:32 +00:00
passthrough.js
pipeline.js stream: preserve error over AbortError in pipeline 2026-03-18 06:04:26 +00:00
readable.js stream: fix decoded fromList chunk boundary check 2026-02-22 00:19:40 +00:00
state.js
transform.js
utils.js
writable.js stream: replace bind with arrow function for onwrite callback 2026-03-11 22:16:16 +00:00