- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Dec 2014 09:19:19 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 December 2014 17:19:48 UTC
> @@ -121,12 +121,12 @@ export default class ReadableStream { > } else if (source.state === 'waiting') { > Promise.race([source.ready, dest.ready]).then(doPipe, doPipe); Interesting, yeah, it would be, but I don't think we should compensate for that by trying to recover. Instead best to just remove the rejection handling I think. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/248/files#r21103142
Received on Monday, 1 December 2014 17:19:48 UTC