We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Missing compatibility data
In the Browser compatibility table its mentioned Deno does not support this but now Deno does support this.
No response
DurationFormat supported by Deno
const df = new Intl.DurationFormat("en", { style: "digital" });
Please try running this code in Deno using : deno run <filename.js>. No error will be thrown
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DurationFormat
javascript.builtins.Intl.DurationFormat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
In the Browser compatibility table its mentioned Deno does not support this but now Deno does support this.
What browsers does this problem apply to, if applicable?
No response
What did you expect to see?
DurationFormat supported by Deno
Did you test this? If so, how?
Please try running this code in Deno using : deno run <filename.js>. No error will be thrown
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/DurationFormat
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/DurationFormat
MDN metadata
MDN page report details
javascript.builtins.Intl.DurationFormat
The text was updated successfully, but these errors were encountered: