You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm asking because window.top in a scenario where the Polyfill is running in an iframe, that has it's top window located in another domain triggers a CORS error. If I modify it to bind to the current window, things work as expected.
The text was updated successfully, but these errors were encountered:
Hi, it was meant to be since the original development of the polyfill was
part of a communication mechanism between a iframe content and its parent
(and some other parts..). But your comment is correct and I'll change it
asap. Thanks!
Il giorno gio 3 giu 2021 alle ore 09:16 redfellow ***@***.***>
ha scritto:
I'm asking because window.top in a scenario where the Polyfill is running
in an iframe, that has it's top window located in another domain triggers a
CORS error. If I modify it to bind to the current window, things work as
expected.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACYSVBA3HUBC5UUMAOHDF33TQ4T6RANCNFSM46AFEK4A>
.
I'm asking because
window.top
in a scenario where the Polyfill is running in an iframe, that has it's top window located in another domain triggers a CORS error. If I modify it to bind to the current window, things work as expected.The text was updated successfully, but these errors were encountered: