You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?
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
javascript.builtins.Intl.Locale.getWeekInfo
The text was updated successfully, but these errors were encountered: