Re: [streams] Warning misbehaving underlying sources (#298)

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