[whatwg/streams] ReadableStreamClose() should assert IsReadableStream(stream) (#453)

ReadableStreamClose() does not assert anything about its argument at all!  We should assert IsReadableStream() here I think.  Anything that accesses slots should assure its operating on the right object type.

---
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/453

Received on Wednesday, 25 May 2016 20:46:12 UTC