简体   繁体   English

稳定的Dart 1.1.1支持哪些浏览器?

[英]What browsers is supported by stable Dart 1.1.1?

What browsers is supported by stable Dart 1.1.1 - where can I find such information or results of tests done on browsers. 稳定的Dart 1.1.1支持哪些浏览器-在哪里可以找到此类信息或在浏览器上完成的测试结果。 I want be sure what I can except in future version. 我想确定除了以后的版本我能做什么。

It is not clear for me what mean "major browsers" since it is not clear if it is tested. 对于我来说,尚不清楚“主要浏览器”的含义,因为尚不清楚是否经过测试。 I plan to use dart since can be nice in doing advanced application. 我计划使用dart,因为可以很好地进行高级应用程序。


I think only about compatibility of Dart/JavaScript - not interested in pure Dart in Chromium. 我只考虑Dart / JavaScript的兼容性- Chromium中的纯Dart 不感兴趣

From the Dart FAQ : Dart常见问题解答中

Q. What browsers do you support as JavaScript compilation targets? 问:您支持哪些浏览器作为JavaScript编译目标?

We're currently aiming to support the following browsers: 我们目前的目标是支持以下浏览器:

 Internet Explorer, versions 9 and 10. Firefox, latest version. Chrome, latest version. Safari for desktop, version 6. 

Though "We're currently aiming to support" certainly doesn't inspire the same level of confidence that "We support" would. 尽管“我们当前旨在支持”肯定不会激发“我们支持”所能达到的相同程度的信心。

It's not really an answer but to long for a comment: 这不是一个真正的答案,但需要发表评论:

Dartium is intended for development only. Dartium仅用于开发。
JavaScript generated from Dart is currently the only supported scenario of Dart for production use. 从Dart生成的JavaScript是Dart目前唯一支持生产的场景。

Dart or more specific the generated JS helps a lot in abstracting browser differences away but there are also still a lot of open issues, some with known workarounds and some without. Dart或更具体地来说,生成的JS可以极大地帮助抽象化浏览器差异,但仍然存在许多未解决的问题,有些具有已知的解决方法,而有些则没有。

I doubt there can or will be a perfect solution even in the future. 我怀疑即使在将来也可能或将有一个完美的解决方案。 How good or bad someone finds the support of one of the browsers listed in @PixelElephant s answer is mostly based on opinion and/or what features someone wants to use. 某人对@PixelElephant答案中列出的一种浏览器的支持是好是坏,主要取决于意见和/或某人想要使用什么功能。

If you have issues with some of these browsers, post an issue. 如果您对某些浏览器有疑问,请发布问题。 Common features are likely to be fixed in the short therm others may take longer (also depending on complexity). 通用功能可能会在短期内得到修复,而其他功能可能需要更长的时间(也取决于复杂性)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM