0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib/internal/streams
Julien Fontanet 9c48926dba
stream: fix error handling with async iteration
Fix an issue when an error was emitted by the stream before
`iterator.next()` is called.

PR-URL: https://github.com/nodejs/node/pull/20329
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
2018-04-29 17:22:48 +02:00
..
async_iterator.js stream: fix error handling with async iteration 2018-04-29 17:22:48 +02:00
buffer_list.js lib: rename js source to lower snake_case 2018-03-28 08:09:16 +02:00
destroy.js stream: prevent 'end' to be emitted after 'error' 2018-04-20 15:12:22 +02:00
duplexpair.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
end-of-stream.js stream: add pipeline and finished 2018-04-16 16:02:12 +02:00
lazy_transform.js
legacy.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
pipeline.js stream: add pipeline and finished 2018-04-16 16:02:12 +02:00
state.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00