- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 05 Aug 2015 06:49:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 5 August 2015 13:50:27 UTC
It's minor thing, but there's some inconsistency in the reference impl. Currently: - close() on a close()-ed stream: throw a TypeError saying it's already closed - close() on an errored-before-close() stream: throw a TypeError saying it's errored - enqueue() on an errored stream: throw a TypeError saying it's errored - enqueue() on a close()-ed but not errored stream: throw a TypeError saying it's already closed --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/388
Received on Wednesday, 5 August 2015 13:50:27 UTC