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

I prefer `.iterator()` for ReadableStream. I think people are likely to see `.values()` and expect it to be a shortcut for slurping the whole stream. `.iterator()` is more specific about the functionality it provides.

-- 
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#issuecomment-458590508

Received on Tuesday, 29 January 2019 15:47:49 UTC