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 HTML 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).
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 HTML 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).
This is strongly related with this bug: http://code.google.com/p/dart/issues/detail?id=1173
The text was updated successfully, but these errors were encountered: