caniuse
caniuse copied to clipboard
Add Intl.DisplayNames
- https://tc39.es/proposal-intl-displaynames/
- https://github.com/tc39/proposal-intl-displaynames
- Chrome 81+: https://www.chromestatus.com/features/4965112605573120
- Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1557727
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DisplayNames
- https://v8.dev/features/intl-displaynames
Available via MDN: https://caniuse.com/mdn-javascript_builtins_intl_displaynames
Plus more entries: https://caniuse.com/?search=DisplayNames
Hi, @Fyrd 👋
Is it possible to add Intl
and Intl.DisplayNames
to this database? I am using browserslist
with eslint
to check whether I am using unsupported API, and having checks for Intl
methods will be super-handy.
What is the process of ensuring this repo is in sync with the caniuse.com
website? Can I help somehow?
Thank you.
I see that the DisplayNames
data is coming from https://github.com/mdn/browser-compat-data. Looking into how I can use it.