browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

javascript.builtins.Intl.supportedValuesOf works in Chrome; documentation says it doesn't.

Open amandapouget opened this issue 2 years ago • 2 comments

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

amandapouget avatar May 16 '22 19:05 amandapouget

Intl.supportedValuesOf also works on Node v18.4.0 (at least). The aforementioned support data says Node doesn't support that.

jvlad avatar Jul 05 '22 14:07 jvlad

I have also tried Intl.supportedValuesOf on Firefox v102.0.1 and Edge v103.0.1264.51 in the console. It works.

Shishouille avatar Jul 11 '22 15:07 Shishouille

Fixed in https://github.com/mdn/browser-compat-data/pull/17319

Elchi3 avatar Feb 22 '23 16:02 Elchi3