node/lib/internal/webstreams
Robert Nagy 4832d1c02c stream: add isDisturbed helper
Adds a helper util used to determine whether a stream has been
disturbed (read or cancelled).

Refs: https://github.com/nodejs/node/issues/39627

PR-URL: https://github.com/nodejs/node/pull/39628
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2021-08-06 07:45:38 +02:00
..
adapters.js stream: convert premature close to AbortError 2021-07-28 10:12:04 +02:00
compression.js stream: add CompressionStream and DecompressionStream 2021-07-14 10:52:59 -07:00
encoding.js stream: implement TextEncoderStream and TextDecoderStream 2021-07-14 09:12:43 -07:00
queuingstrategies.js stream: fixup property definition to avoid prototype polution 2021-07-13 10:50:02 -07:00
readablestream.js stream: add isDisturbed helper 2021-08-06 07:45:38 +02:00
transfer.js lib: rename TransferedReadableStream etc 2021-07-13 08:09:31 +02:00
transformstream.js stream: fixup property definition to avoid prototype polution 2021-07-13 10:50:02 -07:00
util.js stream: import internal/util/types instead 2021-07-15 13:43:26 -07:00
writablestream.js stream: fixup property definition to avoid prototype polution 2021-07-13 10:50:02 -07:00