- From: Adam Rice <notifications@github.com>
- Date: Wed, 29 Aug 2018 01:58:48 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 29 August 2018 08:59:11 UTC
I don't understand why a reader object is needed in order to iterate over a stream. I was hoping to be able to write ```javascript for await (const chunk of stream) { ... } ``` and have it do what I mean. -- 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/pull/950#issuecomment-416878929
Received on Wednesday, 29 August 2018 08:59:11 UTC