Re: [streams] Finalize pull/pullInto behavior (#423)

How about this?

- throw away pullInto arguments
- add a new getter `byobRequest`. It's `undefined` when there's no outstanding `read(view)` request waiting for getting filled. It becomes a tuple of buffer, offset, and length when there is.

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

Received on Friday, 15 January 2016 13:37:51 UTC