3

I'm really interested in finding out about ES6 Template Strings and have been doing a little bit of reading on the feature.

However now that Chrome Canary does not support it (although maybe I'm wrong about that!) is there anywhere/anything I can use to try out this new functionality? Any browser beta around that does?

I've already enabled Experimental Javascript Features inside chrome://flags

4

3 回答 3

4

目前仅在 Traceur 中支持

您可以在他们的 REPL中使用它。

es6fiddle.net似乎还不支持它,但可能很快就会支持。

Mozilla正在开发它,因此希望尽快在夜间构建中看到它。

于 2014-03-21T22:58:09.627 回答
1

它支持在

  1. 边缘
  2. 火狐
  3. 铬/歌剧
  4. 网络套件

在野生动物园中失踪;(虽然

咳嗽野生动物园是新的即咳嗽

资源

于 2016-03-23T00:23:29.637 回答
0

关于模板字符串和对 ES6 特性的支持

我也会使用 traceur 来玩转大多数 ES6 特性,但是看看这个 ES6 兼容性表,当你想找出哪些平台/编译器支持哪些特性时,它是非常宝贵的。

对于其他登陆这个问题的人,去看看 tagtree 的视频 onn ES6 features。

要查看模板字符串箭头语法解构,请查看这个免费的 tagtree 教程截屏视频,无需注册。

于 2014-08-07T19:51:13.447 回答