[whatwg/streams] ReadableStream should be an async iterable (#778)

(I'm adding this mostly as a tracking bug after I [asked about it in the wrong place](https://github.com/whatwg/fetch/issues/586)) 

NodeJS is [looking into supporting async iterables](https://github.com/tc39/proposal-async-iteration/issues/74) as a way to stream data, and it would be great if fetch (or the readable stream part of fetch) supported the same interface. This would make easier to move code between nodejs and the browser.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/778

Received on Friday, 25 August 2017 21:25:20 UTC