Re: [whatwg/streams] WritableStream abort logic clean up (#655)

> I don't understand the reason for this change. The promises from Writer methods can remain pending after the the Writer is detached, but until now the .closed and .ready promises have always been rejected immediately.

`.closed` is not. `.ready` was rejected immediately and still.

-- 
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/655#issuecomment-274417297

Received on Monday, 23 January 2017 07:28:14 UTC