browser-compat-data
browser-compat-data copied to clipboard
javascript.builtins.Intl.supportedValuesOf works in Chrome; documentation says it doesn't.
What type of issue is this?
Incorrect support data (ex. Chrome says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Chrome is listed as "no" but trying it out in Chrome works.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
That it didn't work. But it does.
Did you test this? If so, how?
Using Chrome dev tools.
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf
MDN metadata
MDN page report details
- Query:
javascript.builtins.Intl.supportedValuesOf
- Report started: 2022-05-16T19:18:03.133Z
Intl.supportedValuesOf
also works on Node v18.4.0 (at least). The aforementioned support data says Node doesn't support that.
I have also tried Intl.supportedValuesOf
on Firefox v102.0.1 and Edge v103.0.1264.51 in the console. It works.
Fixed in https://github.com/mdn/browser-compat-data/pull/17319