Re: [streams] Expose the pending pullInto request via byobRequest getter than passing as an argument of pullInto (f6a4974)

This is to pass the transferred ArrayBuffer back in case the underlying source has transferred the given ArrayBuffer and therefore the ArrayBuffer initially given by the consumer of the ReadableStream is no longer valid.

> default bytesWritten to view.byteLength

Oh, interesting. Hmm, I'm slightly inclined to ask users to specify it explicitly.

BTW, I've added NaN/Infinity/Negative check on this.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/commit/f6a4974c72e2fed16f7603c8a1ddfdbb92db5cab#commitcomment-15909859

Received on Friday, 5 February 2016 10:15:19 UTC