-
-
Notifications
You must be signed in to change notification settings - Fork 9
"Access is denied" with iframes in IE #28
Copy link
Copy link
Open
Description
In IE, when iframes are being added to the page, the GOPN function throws with"Access is denied".
Screenshot
How to reproduce
- Go to https://jsbin.com/pafazegato/edit?html,output
(I used a reference do a dummy doubleclick host, as my issue occurs when tags are being added to the page) - Open up the preview in IE, and open up dev tools
- Make sure to refresh the page to see the "Access is denied" errors
Remarks
- I suspect that this only happens when opening up the dev tools. As
getOwnPropertyNamesis being used by the dev tools themselves. - I'll send a PR later on today where I wrap the GOPN function (get-own-property-symbols.js#L125) with a try/catch.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
