Skip to content

Commit

Permalink
Update Chromium versions for javascript.builtins.Intl.supportedValues…
Browse files Browse the repository at this point in the history
…Of (mdn#17319)

This PR updates and corrects the real values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `supportedValuesOf` member of the `Intl` JavaScript builtin, based upon results from the [mdn-bcd-collector](https://mdn-bcd-collector.appspot.com) project (v6.1.0).

Tests Used: https://mdn-bcd-collector.appspot.com/tests/javascript/builtins/Intl/supportedValuesOf

_Check out the [collector's guide on how to review this PR](https://github.com/foolip/mdn-bcd-collector#reviewing-bcd-changes)._
  • Loading branch information
queengooborg authored Aug 17, 2022
1 parent 612884a commit e279ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/builtins/Intl.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"spec_url": "https://tc39.es/proposal-intl-enumeration/#sec-intl.supportedvaluesof",
"support": {
"chrome": {
"version_added": false
"version_added": "99"
},
"chrome_android": "mirror",
"deno": {
Expand Down

0 comments on commit e279ffd

Please sign in to comment.