node/lib/internal/streams
Robert Nagy 1fa507f098 stream: allow readable to end early without error
PR-URL: https://github.com/nodejs/node/pull/40881
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2021-12-06 20:42:12 +01:00
..
add-abort-signal.js stream: use cause options in AbortError constructors 2021-12-02 12:14:10 -08:00
buffer_list.js stream: refactor to use more primordials 2021-02-01 15:18:25 +01:00
compose.js stream: remove no longer necessary ComposeDuplex 2021-10-23 22:23:35 +00:00
destroy.js stream: allow calling callback before promise 2021-11-14 15:52:22 +02:00
duplex.js stream: duplexify 2021-08-03 10:47:10 +02:00
duplexify.js stream: use cause options in AbortError constructors 2021-12-02 12:14:10 -08:00
end-of-stream.js stream: use cause options in AbortError constructors 2021-12-02 12:14:10 -08:00
from.js lib: remove useless statement 2021-09-18 16:05:59 +02:00
lazy_transform.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
legacy.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
passthrough.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
pipeline.js stream: allow readable to end early without error 2021-12-06 20:42:12 +01:00
readable.js stream: unify writableErrored and readableErrored 2021-11-18 14:31:43 +01:00
state.js lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
transform.js stream: drain Transform with 0 highWaterMark 2021-11-27 18:09:41 +01:00
utils.js stream: stricter isReadableNodeStream 2021-11-26 17:33:05 +00:00
writable.js stream: unify writableErrored and readableErrored 2021-11-18 14:31:43 +01:00