此文仅供自己快速查询常用的特性。红色表示不支持。
Feature | iOS | Android | Chrome | Firefox |
ES6 Class | 10.3 | 4.4.4 | 49 | 46 |
箭头函数 | 10 | 4.4.4 | 45 | 22 |
let | 10(for循环scope错误),11 | 4.4.4 | 41(strict模式),49 | 44 |
const | 10(scope错误), 11 | 4.4.4(非严格模式) | 41(非严格没块域),49 | 36 |
for...of | 7 | 4.4.4 | 38 | 13 |
...展开 | 8 | 4.4.4 | 46 | 16 |
grid布局 | 10.3 | 4.4.4 | 57 | 52 |