browser-compat-data
browser-compat-data copied to clipboard
javascript.builtins.Intl.Locale.getWeekInfo - Deno uses a non-standard name
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