Re: [whatwg/streams] alert underlyingSink when [[strategySize]]() fails (#628)

I think the exception is being propagated to the right place already: to the caller of `write()`, which caused this to happen. (Even if it isn't their fault.) I think that leaves us in the same position as we are for several other errors, which is that it's currently not easy for the underlying source to clean up after them; that's the idea behind adding a `finally()` type construct.

-- 
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/628#issuecomment-267712299

Received on Friday, 16 December 2016 22:33:22 UTC