node/lib/internal/streams
Marco Ippolito 9e7093f416
stream: validate writable defaultEncoding
PR-URL: https://github.com/nodejs/node/pull/46322
Fixes: https://github.com/nodejs/node/issues/46301
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2023-01-30 17:54:29 +00:00
..
add-abort-signal.js stream: use cause options in AbortError constructors 2021-12-02 12:14:10 -08:00
buffer_list.js stream: check for null instead of falsy in loops 2022-01-22 19:38:06 -08:00
compose.js stream: remove no longer necessary ComposeDuplex 2021-10-23 22:23:35 +00:00
destroy.js stream: refactor use es2020 statement 2022-09-13 14:14:48 +00:00
duplex.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
duplexify.js stream: remove brandchecks from stream duplexify 2023-01-25 11:54:31 +00:00
end-of-stream.js stream: implement finished() for ReadableStream and WritableStream 2023-01-18 07:56:49 +00:00
from.js lib: remove useless statement 2021-09-18 16:05:59 +02:00
lazy_transform.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
legacy.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
operators.js stream: add compose operator 2022-10-31 13:57:02 +00:00
passthrough.js lib: revert primordials in a hot path 2021-04-19 10:23:01 +02:00
pipeline.js stream: fix pipeline calling end on destination more than once 2023-01-19 09:08:50 +00:00
readable.js stream: initial approach to include strategy options on Readable.toWeb() 2022-07-13 11:14:38 +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: fix 0 transform hwm backpressure 2022-07-24 13:55:11 +02:00
utils.js stream: implement finished() for ReadableStream and WritableStream 2023-01-18 07:56:49 +00:00
writable.js stream: validate writable defaultEncoding 2023-01-30 17:54:29 +00:00