Re: [whatwg/streams] us.abort() is not called if us.write() fails (#620)

I realized that there is a somewhat analogous situation for readable streams actually :-/. E.g. in https://streams.spec.whatwg.org/#example-rs-pull, if `fs.read` rejects, we do not call `fs.close`. Or if we call `rsController.error(e)`. I am not sure what to think about that.

-- 
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/620#issuecomment-263036742

Received on Saturday, 26 November 2016 01:07:04 UTC