Y
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
jmesserly
4370 days ago
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?
link
stesch
4369 days ago
https://code.google.com/p/dart/issues/detail?id=19489
link
bzbarsky
4369 days ago
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...
link