browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

javascript.builtins.Intl.DurationFormat - Currently supported by Deno

Open kevgeoleo opened this issue 1 year ago • 0 comments

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

kevgeoleo avatar Sep 17 '24 12:09 kevgeoleo