summaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-readable-async-iterators.js
AgeCommit message (Expand)Author
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-10-15stream: async iterator stop read if destroyedRobert Nagy
2020-09-21stream: don't destroy on async iterator successRobert Nagy
2020-07-17stream: simpler and faster Readable async iteratorRobert Nagy
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2020-02-14test: async iterate destroyed streamRobert Nagy
2020-02-14stream: fix async iterator destroyed error orderRobert Nagy
2020-01-28stream: add regression test for async iteration completionMatteo Collina
2020-01-28Revert "stream: fix async iterator destroyed error propagation"Matteo Collina
2020-01-26stream: implement throw for async iteratorRobert Nagy
2020-01-26stream: normalize async iterator stream destroyRobert Nagy
2020-01-26stream: add async iterator support for v1 streamsRobert Nagy
2020-01-13stream: fix async iterator destroyed error propagationRobert Nagy
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