summaryrefslogtreecommitdiff
path: root/lib/internal/streams/async_iterator.js
AgeCommit message (Expand)Author
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