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 not sure were the editor gets its library, but if I look in lib/html/frog/html_frog.dart and lib/html/dartium/html_dartium.dart I can see rAF on interface Window.
This code will generate a warning in the Dart Editor with "window has no method named requestAnimationFrame"
I saw http://code.google.com/p/dart/source/detail?r=6824 but my editor still doesn't know about requestAnimationFrame (instead, it only knows about webkitRequestAnimationFrame)
According to Stephen:
I'm not sure were the editor gets its library, but if I look in lib/html/frog/html_frog.dart and lib/html/dartium/html_dartium.dart I can see rAF on interface Window.
http://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/lib/html/frog/html_frog.dart#34385
The text was updated successfully, but these errors were encountered: