Re: [streams] Have each of the stream and reader hold promises (#277)

> @@ -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