- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 27 Jun 2016 00:58:39 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Monday, 27 June 2016 07:59:07 UTC
By "redundant" in the last comment, I meant that it's already known to the code who's the culprit. I got this feeling when updating pipeTo(). Because pipeTo() knows nothing about source and dest's error semantics, it cannot get anything from the rejection reason of dest.closed for deciding what to do in the rejection callback. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/464#issuecomment-228677818
Received on Monday, 27 June 2016 07:59:07 UTC