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

> Do you mean calling async read() ahead of time by "pull ahead of time"?

No, I mean that for a non-byte readable stream they could "pull" a bunch of chunks from the underlying source ahead of time before anyone ever calls read(). Then, the next (say) four times read() is called, all the promises fulfill immediately with those chunks.

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

Received on Wednesday, 4 March 2015 17:27:31 UTC