- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 04 Feb 2015 12:46:07 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 4 February 2015 20:46:38 UTC
> @@ -122,26 +122,6 @@ test('ReadableStream reading a stream makes ready and closed return a promise fu
> );
> });
>
> -test('ReadableStream avoids waiting-to-waiting transitions when immediately reading', t => {
A bit of a shame to lose this property, but I guess it was never terribly robust anyway (e.g. if multiple people were calling `read()` in their `ready` handler).
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/277/files#r24117791
Received on Wednesday, 4 February 2015 20:46:38 UTC