Re: [whatwg/streams] Note about underlyingSink close() method is misleading (#617)

A minor exception I discovered:

* `writer.abort()` will cause `writer.ready` to reject immediately, ie. without waiting for a pending `us.write()` to complete. This is for consistency with `writer.close()` and existing behaviour.
* The same applies to `controller.error()`.

-- 
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/617#issuecomment-263218370

Received on Monday, 28 November 2016 09:09:41 UTC