Re: [streams] Consistency of return value of ReadableStreamController method call on closed/errored streams (#388)

This has been fixed by https://github.com/whatwg/streams/commit/e601d69f3ba40e6f4b5506e4bb1fbe3f3eabf393

Now, for both ReadableStreamDefaultReader and ReadableStreamBYOBReader, close() and enqueue() has [[closeRequested]] check and [[state]] check in the same order.

---
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/issues/388#issuecomment-202380985

Received on Monday, 28 March 2016 13:00:09 UTC