- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 01 Dec 2014 08:06:25 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 1 December 2014 16:08:01 UTC
> @@ -121,12 +121,12 @@ export default class ReadableStream { > } else if (source.state === 'waiting') { > Promise.race([source.ready, dest.ready]).then(doPipe, doPipe); hmm, is it possible we invoke the rejection callback when dest is a bad stream? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/248/files#r21097821
Received on Monday, 1 December 2014 16:08:01 UTC