summaryrefslogtreecommitdiff
path: root/lib/internal/streams/async_iterator.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-10Revert "stream: make finished call the callback if the stream is closed"Matteo Collina
2019-09-03stream: make finished call the callback if the stream is closedRobert Nagy
2019-08-23stream: async iterator destroy compatRobert Nagy
2019-08-19stream: add readableEndedRobert Nagy
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-11-29stream: make async iterator .next() always resolveMatteo Collina
2018-11-27stream: use arrow function for callbackDoiChris
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-04-29stream: fix error handling with async iterationJulien Fontanet
2018-01-11stream: added experimental support for for-awaitMatteo Collina