Re: [streams] Make .ready fulfill-only (#248)

> @@ -121,12 +121,12 @@ export default class ReadableStream {
>            } else if (source.state === 'waiting') {
>              Promise.race([source.ready, dest.ready]).then(doPipe, doPipe);

[optional] we can insert an assertion code as a rejection callback

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

Received on Monday, 1 December 2014 16:04:00 UTC