node/lib/internal/streams
Daijiro Wachi d0c913758a
stream: ensuring cross-destruction in _duplexify to prevent leaks
PR-URL: https://github.com/nodejs/node/pull/62824
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Kohei Ueno <kohei.ueno119@gmail.com>
2026-05-07 15:41:43 +02:00
..
add-abort-signal.js stream: export namespace object from internal end-of-stream module 2026-01-28 16:29:45 +01:00
compose.js stream: export namespace object from internal end-of-stream module 2026-01-28 16:29:45 +01:00
destroy.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
duplex.js lib: add support for readable byte streams to .toWeb() 2026-02-22 23:16:05 +01:00
duplexify.js stream: ensuring cross-destruction in _duplexify to prevent leaks 2026-05-07 15:41:43 +02:00
duplexpair.js stream: propagate destruction in duplexPair 2026-05-07 15:41:34 +02:00
end-of-stream.js stream: export namespace object from internal end-of-stream module 2026-01-28 16:29:45 +01:00
fast-utf8-stream.js stream: fix UTF-8 character corruption in fast-utf8-stream 2026-04-10 14:52:18 +02:00
from.js stream: fix nested compose error propagation 2026-05-07 15:41:40 +02:00
lazy_transform.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
legacy.js events: repurpose events.listenerCount() to accept EventTargets 2026-02-22 23:16:05 +01:00
operators.js stream: do not pass readable.compose() output via Readable.from() 2026-02-22 23:16:07 +01:00
passthrough.js
pipeline.js stream: preserve error over AbortError in pipeline 2026-04-10 14:52:25 +02:00
readable.js stream: noop pause/resume on destroyed streams 2026-05-07 15:41:36 +02:00
state.js stream: bump default highWaterMark 2024-03-13 19:02:14 +00:00
transform.js lib: fix typos in comments within internal/streams 2024-08-05 01:58:40 +00:00
utils.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
writable.js stream: replace bind with arrow function for onwrite callback 2026-04-10 14:52:22 +02:00