summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-readable-async-iterators.js
AgeCommit message (Expand)Author
2019-08-23stream: async iterator destroy compatRobert Nagy
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-04-10test: use assert.rejectsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-15test: use blocks instead of async IIFEAnna Henningsen
2018-11-29stream: make async iterator .next() always resolveMatteo Collina
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-07-19test: make crashOnUnhandleRejection opt-outMichaƫl Zasso
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-01-11stream: added experimental support for for-awaitMatteo Collina