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

I think we should. Here are the cases I can think of:

- close() or error() after stream is already draining or closed or errored (currently ignored)
- enqueue() after stream is already draining or closed or errored (currently throws)

I will do a quick PR to fix this. It seems likely just an oversight so far.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/298#issuecomment-82177224

Received on Tuesday, 17 March 2015 07:22:53 UTC