- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 25 Nov 2014 20:10:11 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 26 November 2014 04:10:40 UTC
> mandatory to interact with the .closed promise Right. We can also do that at `// uh oh how do I get the error object? :(`. Current `ReadableStream.prototype.pipeTo()` does that in `doPipe()`. ``` dest.ready.catch(cancelSource); ``` How does this method look to you? An extra microtask is required to retrieve the exception. We can expose storedError for synchronous read but it seems overkilling. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/245#issuecomment-64512560
Received on Wednesday, 26 November 2014 04:10:40 UTC