- From: Jake Archibald <notifications@github.com>
- Date: Fri, 15 Jan 2016 06:36:11 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 15 January 2016 14:36:39 UTC
> pull(controller) is called when the stream’s internal queue of chunks is depleted, and the consumer has signaled that they wish to consume more data. Based on this, I didn't expect `pull` to be called until `reader.read()` was called. Maybe something like: > pull(controller) is called when the stream’s internal queue of chunks is not full, and will be called until the internal queue is full. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/425
Received on Friday, 15 January 2016 14:36:39 UTC