Re: [whatwg/streams] Unified error handling for WritableStream (#721)

I am now confused about the relationship between stream.[[closeRequest]] and writer.[[closedPromise]]. In particular it seems like close() and closed are not returning the same promise anymore---close() returns closeRequest, whereas closed returns closedPromise?

-- 
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/721#issuecomment-291803645

Received on Wednesday, 5 April 2017 09:21:28 UTC