Re: [whatwg/streams] Remove inaccurate note about ReadableStreamDefaultControllerEnqueue (#829)

I think we should move the first half of this note to ReadableStreamDefaultControllerCanCloseOrEnqueue, as it remains a tricky situation. Something like

> The case where stream.[[closeRequested]] is false, but stream.[[state]] is not "readable", will happen if the stream was closed without its controller's close method ever being called: i.e., if the stream was closed by a call to cancel(reason).

-- 
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/829#issuecomment-334847634

Received on Friday, 6 October 2017 19:25:24 UTC