- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 05 Jun 2015 00:09:40 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 5 June 2015 07:10:12 UTC
(2) sounds good but it disables ability to issue multiple pullInto requests. E.g. suppose we got pullInto0 of 8 byte and pullInto1 of 8 byte. If we controller.respond(2), then the stream wants to re-issue pullInto to continue filling the first view, but the underlying byte source already received pullInto1. So, we need to refrain from issuing multiple pullInto to the underlying byte source. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/295#issuecomment-109184351
Received on Friday, 5 June 2015 07:10:12 UTC