- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 06 Oct 2017 19:24:29 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 6 October 2017 19:25:24 UTC
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