- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 17 Mar 2015 02:25:37 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 17 March 2015 09:26:04 UTC
Ah, I see. `CreateReadableStreamCloseFunction()` doesn't set `[[draining]]` when the queue is already empty. I guess we can just set draining to **true** even when in `"waiting"` state. It was unnecessary but seems doing so is harmless. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/298#issuecomment-82235171
Received on Tuesday, 17 March 2015 09:26:04 UTC