- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 04 Mar 2015 09:27:01 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 4 March 2015 17:27:31 UTC
> 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