Skip to content

Commit

Permalink
Add Chrome support data for groupBy() (mdn#20530)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed Aug 14, 2023
1 parent 671013e commit 7997e2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions javascript/builtins/Map.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"spec_url": "https://tc39.es/proposal-array-grouping/#sec-map.groupby",
"support": {
"chrome": {
"version_added": false
"version_added": "117"
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -955,4 +955,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions javascript/builtins/Object.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@
"spec_url": "https://tc39.es/proposal-array-grouping/#sec-object.groupby",
"support": {
"chrome": {
"version_added": false
"version_added": "117"
},
"chrome_android": "mirror",
"deno": {
Expand Down Expand Up @@ -1806,4 +1806,4 @@
}
}
}
}
}

0 comments on commit 7997e2a

Please sign in to comment.