Re: [whatwg/streams] Why are [[writeRequests]] and [[queue]] separate? (#589)

With #619 `writer.close()` promises and the promise from the current `writer.write()` no longer appear in [[writeRequests]], removing the 1:1 relationship with [[queue]]. An implementation could still choose to combine them, but they'd make life difficult for themselves when they came to implement WritableStreamByteController.

Can I close this?

-- 
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/589#issuecomment-264408108

Received on Friday, 2 December 2016 09:14:46 UTC