Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javascript.builtins.Intl.Locale.getWeekInfo - Deno uses a non-standard name #24459

Open
kevgeoleo opened this issue Sep 17, 2024 · 0 comments
Open
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@kevgeoleo
Copy link

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

For the function getWeekInfo(), deno uses a non-standard name weekInfo() instead of getWeekInfo() which is not mentioned in the browser compatability table.

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

Expected to see the icon for "Uses a non-standard name" in the Browser compatibility table under Deno

Did you test this? If so, how?

const he = new Intl.Locale("he");
console.log(he.weekInfo); 

Run this code using : deno run <filename.js> and it gives output

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/getWeekInfo

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/Locale/getWeekInfo

MDN metadata

MDN page report details
  • Query: javascript.builtins.Intl.Locale.getWeekInfo
  • Report started: 2024-09-17T11:10:50.614Z
@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

No branches or pull requests

2 participants