|
|
|
|
|
by TazeTSchnitzel
4243 days ago
|
|
> Dart the platform is compatible with all JS engines, Dart2JS. Not quite. Most of Dart (though not all) can compile to JS, and you can then use the JS version or the Dart version depending on browser support. That doesn't mean existing JS engines can run Dart code, it's just you can choose to fall back to Dart compiled to JS. |
|