- From: Travis Leithead <notifications@github.com>
- Date: Fri, 03 Mar 2017 08:31:31 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 3 March 2017 18:39:47 UTC
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