Hacker News new | ask | show | jobs
by stesch 4370 days ago
Dart doesn't work correctly in Firefox 31 Beta. People will have to recompile all their Dart apps next month.
1 comments

Wow, seriously? I've been using Beta and not noticed any breakage (but that doesn't mean there isn't any). Do you have any more context?
Ouch. It looks like Dart is using Blink's IDL, not the spec IDL, for generating bindings to JavaScript, so it's only really guaranteed to work in Blink...