Re: [streams] Change the model for ReadableStream to have async read() (#288)

> 1. getReader() rejects any pending read() operation
> 1. getReader() fails if there's pending read() operation

I think in some platforms we can't cancel an async read operation. With such platforms 1 doesn't work.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/288#issuecomment-75784549

Received on Tuesday, 24 February 2015 16:04:07 UTC