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

I think the issue for me is spider monkey does not treat slots safely.  They are basically just numeric constants indexing into the object internals.  So anything using slots better make sure it has the right type.

I can keep this as an impl detail, but I thought I would mention it here in case it was spec worthy.

---
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#issuecomment-221714829

Received on Wednesday, 25 May 2016 21:35:00 UTC