Re: [streams] Support reading bytes into buffers allocated by user code on platforms where only async read is available (#253)

> promises returned by all read() calls before the release get fulfilled with { value: view, done: true }

Agreed

> `reader.closed` fulfills after release

No strong opinion about this point. Fulfilling looks ok.

> `reader.cancel()` is a no-op after release

Agreed. It shouldn't given any power except for getting views returned.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/253#issuecomment-77992284

Received on Tuesday, 10 March 2015 04:00:35 UTC