Re: [heycam/webidl] Should probably spec a hasInstance for DOM interface objects (#129)

FWIW, in the case I just heard, there was a need to see if an object was an instance of the `Window` interface cross-realm. So, if there's to be some sort of `Window.isInstance(crossOriginIframe.contentWindow)` then it must still return `true` for my use case (even if @@toStringTag from cross-origin makes it seem otherwise).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/issues/129#issuecomment-284001515

Received on Friday, 3 March 2017 18:39:47 UTC