Re: [whatwg/streams] Propagate errors from writableStream.abort(reason) (#896)

I am in favour of just changing the behaviour to "[[storedError]] is set to _reason_", rather than adding special cases. I am preparing a change to do that now.

This also means changing what happens to readable's [[storedError]] when `abort(reason)` is called on the writable side of a TransformStream. I am changing it the same way so it will match the writable side.

-- 
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/896#issuecomment-371510098

Received on Thursday, 8 March 2018 15:15:27 UTC