- From: Takeshi Yoshino <notifications@github.com>
- Date: Sun, 17 Jan 2016 23:22:49 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 18 January 2016 07:23:21 UTC
> t.end(); > }); > > test('ReadableByteStream: getReader(), then releaseLock()', t => { > - const rbs = new ReadableByteStream({ > - pull() { I see. That makes sense. Then, a ReadableStream with byte source invokes pullInto in response to read(view) and pull only in response to read() by default, but when a non-zero highWaterMark is specified on construction, it pulls more based on the queue size. Fixed. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/418/files#r49967731
Received on Monday, 18 January 2016 07:23:21 UTC