Google Chrome - JavaScript version

后端 未结 6 1271
攒了一身酷
攒了一身酷 2020-12-08 03:57

Which version of JavaScript does Google Chrome support in relation to Mozilla Firefox? In other words, does Chrome support JavaScript 1.6, 1.7, or 1.8 which Firefox also su

6条回答
  •  萌比男神i
    2020-12-08 04:35

    This thread is still relevant. As of 2012, Chrome supports most of Javascript 1.6, not including string and array generics. It supports none of 1.7. It supports reduce and reduceRight from 1.8, all of 1.8.1, and Getters and setters and all the non-version specific things listed on this page. This page is linked from the Mozilla Developer Network, which specifies the versions of javascript, found here.

提交回复
热议问题