[whatwg/fetch] Request and response body as async iterable ArrayBuffer (#586)

NodeJS is [looking](https://github.com/tc39/proposal-async-iteration/issues/74) into supporting async iterables 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/fetch/issues/586

Received on Friday, 25 August 2017 16:19:08 UTC