Skip to content

Commit

Permalink
Remove @@species from web-features Map/Set/Promise (#23320)
Browse files Browse the repository at this point in the history
Symbol.species is newer than any of these features, and is probably best
thought of as a cross-cutting feature. The BCD entries for @@species on
Array, ArrayBuffer, RegExp, SharedArrayBuffer, and TypedArray aren't
assigned to any web-features feature (but are in a snapshot).
  • Loading branch information
foolip authored Jun 11, 2024
1 parent 1e54e05 commit 274daa4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion javascript/builtins/Map.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,6 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Map/@@species",
"spec_url": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-map-@@species",
"tags": [
"web-features:map",
"web-features:snapshot:ecmascript-2015"
],
"support": {
Expand Down
1 change: 0 additions & 1 deletion javascript/builtins/Promise.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise/@@species",
"spec_url": "https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-get-promise-@@species",
"tags": [
"web-features:promise",
"web-features:snapshot:ecmascript-2015"
],
"support": {
Expand Down
1 change: 0 additions & 1 deletion javascript/builtins/Set.json
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,6 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Set/@@species",
"spec_url": "https://tc39.es/ecma262/multipage/keyed-collections.html#sec-get-set-@@species",
"tags": [
"web-features:set",
"web-features:snapshot:ecmascript-2015"
],
"support": {
Expand Down

0 comments on commit 274daa4

Please sign in to comment.