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
The polyfill is currently only monitoring the global window and document objects. However, this is not enough to support shadow roots and same-origin iframes that are supported in the spec.
The polyfill is currently only monitoring the global
windowanddocumentobjects. However, this is not enough to support shadow roots and same-origin iframes that are supported in the spec.