File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 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
44group : primitive-types
55status :
66 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
78compat_features :
9+ - javascript.builtins.Array.@@species
810 - javascript.builtins.Symbol
911 - javascript.builtins.Symbol.Symbol
1012 - javascript.builtins.Symbol.description
Original file line number Diff line number Diff line change @@ -152,6 +152,19 @@ compat_features:
152152 - javascript.builtins.Symbol.search
153153 - javascript.builtins.Symbol.split
154154
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+
155168 # baseline: high
156169 # baseline_low_date: 2020-01-15
157170 # baseline_high_date: 2022-07-15
You can’t perform that action at this time.
0 commit comments