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() {

Should we maybe set the default HWM to 0 if a pullInto is supplied? Always calling pull asking for one byte seems kind of silly.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418/files#r49915529

Received on Friday, 15 January 2016 22:58:55 UTC