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

> @@ -1538,8 +1509,6 @@ test('ReadableByteStream: Multiple read(view), close() and respond()', t => {
>      t.equals(view.byteLength, 0, '1st read: byteLength');
>    });
>  
> -  t.equals(pullIntoCount, 1);

Why aren't we testing pullIntoCount anymore?

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

Received on Thursday, 14 January 2016 23:25:01 UTC