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

> Yeah. Let's use #288 for real work to be committed on the master. You've already done a lot there for async read() approach.

OK, although #287 might be best for async ReadableByteStream.

> I'm seeing that the suitable underlying source interface and delegates would be a little different from markReadable, ... etc. when adopted async read() model. Let me continue the prototyping to see more detailed picture.

I think for byte streams your latest work in #287 makes a lot of sense, e.g. just a read(container) method on the underlying source. But yeah for ReadableStreams I think the existing underlying source interface is closer to what we want.

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

Received on Monday, 9 March 2015 03:41:00 UTC