Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Google Dart JavaScript converter support older browsers?

Does the Google Dart JavaScript converter support older browsers or is it only supporting modern browsers?

like image 903
doorman Avatar asked Oct 11 '11 16:10

doorman


1 Answers

According to technical overview of its official site :

You will be able to run Dart code in several ways:

1.Translate Dart code to JavaScript that can run in any modern browser: Chrome, Safari 5+, and Firefox 4+ (more browser support coming shortly).

2.Execute Dart code directly in a VM on the server side

3.Use Dartboard to write, modify, and execute small Dart programs within any browser window


There is little chance that the Dart -> JavaScript compiler will support older browsers.

like image 64
masoud Avatar answered Sep 19 '22 21:09

masoud