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.DurationFormat - Currently supported by Deno #24460

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?

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?

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

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
  • Query: javascript.builtins.Intl.DurationFormat
  • Report started: 2024-09-17T12:49:11.020Z
@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