File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ spec: https://tc39.es/ecma262/multipage/fundamental-objects.html#sec-symbol-obje
4
4
group : primitive-types
5
5
status :
6
6
compute_from : javascript.builtins.Symbol
7
+ # TODO: move javascript.builtins.Array.@@species to `array` when https://github.com/web-platform-dx/web-features/issues/91 is resolved
7
8
compat_features :
9
+ - javascript.builtins.Array.@@species
8
10
- javascript.builtins.Symbol
9
11
- javascript.builtins.Symbol.Symbol
10
12
- javascript.builtins.Symbol.description
Original file line number Diff line number Diff line change @@ -152,6 +152,19 @@ compat_features:
152
152
- javascript.builtins.Symbol.search
153
153
- javascript.builtins.Symbol.split
154
154
155
+ # baseline: high
156
+ # baseline_low_date: 2020-01-15
157
+ # baseline_high_date: 2022-07-15
158
+ # support:
159
+ # chrome: "51"
160
+ # chrome_android: "51"
161
+ # edge: "79"
162
+ # firefox: "48"
163
+ # firefox_android: "48"
164
+ # safari: "10"
165
+ # safari_ios: "10"
166
+ - javascript.builtins.Array.@@species
167
+
155
168
# baseline: high
156
169
# baseline_low_date: 2020-01-15
157
170
# baseline_high_date: 2022-07-15
You can’t perform that action at this time.
0 commit comments