File tree Expand file tree Collapse file tree 2 files changed +12
-22
lines changed
Expand file tree Collapse file tree 2 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 1- draft_date : 2026-01-19
1+ draft_date : 2026-01-26
22name : ECMAScript® 2026 Language Specification
33description : TODO
44spec : https://tc39.es/ecma262/multipage/
55compat_features :
6- - javascript.builtins.Iterator.concat
76 - javascript.operators.import.options_parameter
87
98# The following features in the spec are already part of web-features:
@@ -620,6 +619,8 @@ compat_features:
620619# - javascript.builtins.Iterator.some
621620# - javascript.builtins.Iterator.take
622621# - javascript.builtins.Iterator.toArray
622+ # - Iterator.concat():
623+ # - javascript.builtins.Iterator.concat
623624# - JSON:
624625# - javascript.builtins.JSON
625626# - javascript.builtins.JSON.json_superset
Original file line number Diff line number Diff line change 22# Do not edit this file by hand. Edit the source file instead!
33
44status:
5- baseline: false
5+ baseline: low
6+ baseline_low_date: 2025-04-29
67 support:
7- firefox: "147"
8- firefox_android: "147"
8+ chrome: "91"
9+ chrome_android: "91"
10+ edge: "91"
11+ firefox: "138"
12+ firefox_android: "138"
13+ safari: "15"
14+ safari_ios: "15"
915compat_features:
10- # baseline: low
11- # baseline_low_date: 2025-04-29
12- # support:
13- # chrome: "91"
14- # chrome_android: "91"
15- # edge: "91"
16- # firefox: "138"
17- # firefox_android: "138"
18- # safari: "15"
19- # safari_ios: "15"
2016 - javascript.operators.import.options_parameter
21-
22- # ⬇️ Same status as overall feature ⬇️
23- # baseline: false
24- # support:
25- # firefox: "147"
26- # firefox_android: "147"
27- - javascript.builtins.Iterator.concat
You can’t perform that action at this time.
0 commit comments