Re: [streams] Move stuff into controller to make RS and RBS closer (#418)

>    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