node/lib/internal/streams
Vadzim Zieńka 8a3fa32a1f stream: close iterator in Readable.from
Call iterator.return() if not all of its values are consumed.

Fixes: https://github.com/nodejs/node/issues/32842

PR-URL: https://github.com/nodejs/node/pull/32844
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
2020-04-18 21:28:17 +02:00
..
async_iterator.js stream: fix async iterator destroyed error order 2020-02-14 08:44:05 +01:00
buffer_list.js lib: replace Symbol.iterator by SymbolIterator 2019-12-11 11:02:35 +01:00
destroy.js stream: update comment to indicate unused API 2020-04-16 09:26:50 +02:00
duplexpair.js lib: replace Symbol global by the primordials Symbol 2019-12-08 13:38:58 +01:00
end-of-stream.js stream: make pipeline try to wait for 'close' 2020-03-27 15:55:21 +01:00
from.js stream: close iterator in Readable.from 2020-04-18 21:28:17 +02:00
lazy_transform.js crypto: fix performance regression 2020-02-13 22:50:56 +01:00
legacy.js stream: add support for captureRejection option 2019-12-03 12:14:48 +01:00
pipeline.js stream: complete pipeline with stdio 2020-04-06 21:48:25 +02:00
state.js lib: use static Number properties from primordials 2019-11-30 13:45:38 +01:00