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
Some DOM functions are different than the standard Javascript DOM API, for instance, a parent window has restricted access to the DOM of a child frame via frame.contentDocument.
We should make sure to change the DOM library in a way that makes it easy to understand/discover these restrictions (e.g. the compiler should be able to issue warnings, runtime errors are understandable).
The text was updated successfully, but these errors were encountered:
Some DOM functions are different than the standard Javascript DOM API, for instance, a parent window has restricted access to the DOM of a child frame via frame.contentDocument.
We should make sure to change the DOM library in a way that makes it easy to understand/discover these restrictions (e.g. the compiler should be able to issue warnings, runtime errors are understandable).
The text was updated successfully, but these errors were encountered: