- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 05 Mar 2015 05:55:34 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 5 March 2015 13:56:07 UTC
> @@ -98,57 +93,45 @@ export default class ReadableStream {
> resolvePipeToPromise = resolve;
> rejectPipeToPromise = reject;
>
> - source = this.getReader();
> + source.closed.catch(abortDest);
> + dest.closed.then(
> + () => {
> + if (!closedPurposefully) {
This part is a little unfortunate.
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/288/files#r25864353
Received on Thursday, 5 March 2015 13:56:07 UTC