Re: [whatwg/streams] [WritableStream] Shouldn't the state after writer.abort() be closed? (#464)

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