常用浏览器特性支持版本查询
此文仅供自己快速查询常用的特性。
| Feature | iOS Safari | Android | Chrome | Firefox |
| 箭头函数 | 10 | 45 | 45 | 22 |
| let | 10 | 49 | 41(strict模式),49 | 44 |
| const | 5 | 25 | 21 | 36 |
| for...of | 7 | 38 | 38 | 13 |
| ...展开 | 8 | 46 | 46 | 16 |
| 解构赋值 | 8 | 49 | 49 | 41 |
| 默认参数 | 10 | 49 | 49 | 15 |
| grid布局 | 10.3 | 57 | 57 | 52 |
| flex 布局 | 9 | 4.4 | 29 | 20 |
| 模板字符串 | 9 | 41 | 41 | 34 |
| String.prototype.trim | 5 | 37 | 4 | 3.5 |
| String.prototype.includes | 9 | 41 | 41 | 40 |
| Array.prototype.includes | 9 | 47 | 47 | 43 |
| Array.prototype.filter | 1 | 37 | 1 | 1.5 |
| Array.prototype.reduce | 3.2 | 37 | 3 | 3 |
| async / await | 10.3 | 55 | 55 | 52 |
| Map/Set | 8 | 38 | 38 | 13 |
| Promise | 10 | 4.4.3 | 32 | 37 |
| fetch | 10.3 | 42 | 42 | 39 |
| module / import / export | 10.3 | 61 | 61 | 60 |
| class / extends / static | 9 | 49 | 49 | 45 |
| css variables(--*) | 9.3 | 49 | 49 | 31 |
| css minmax() | 10.3 | 57 | 57 | 52 |
| css min() / max() | 11.3 | 79 | 79 | 75 |
| css rem单位 | 4.0 | 4 | 4.0 | 3.6 |
浙公网安备 33010602011771号