Re: [whatwg/streams] add @@asyncIterator to ReadableStreamDefaultReader (#950)

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