- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 15 Jan 2016 03:22:58 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 15 January 2016 11:23:26 UTC
> @@ -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);
I removed them because due to the addition of pull blocking by start method the expectations became stale.
I recovered some but realized we need to resolve https://github.com/whatwg/streams/issues/423 first.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418/files#r49844125
Received on Friday, 15 January 2016 11:23:26 UTC