Re: [whatwg/streams] Make writer.abort() fail immediately (#715)

I would prefer not to reject abort() immediately on controller.error() as there may still be operations in progress. I would like there to be a strong guarantee for all of close(), abort() and .closed promises that when they resolve no sink methods are executing, and no further sink methods will be executed.

-- 
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/pull/715#issuecomment-289976108

Received on Wednesday, 29 March 2017 04:05:16 UTC