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.NumberFormat.format - Deno string format #25128

Open
peterreisz opened this issue Nov 19, 2024 · 0 comments
Open

javascript.builtins.Intl.NumberFormat.format - Deno string format #25128

peterreisz opened this issue Nov 19, 2024 · 0 comments
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript

Comments

@peterreisz
Copy link

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

According to the table deno has no support for string input, but I think it has

What browsers does this problem apply to, if applicable?

Deno

What did you expect to see?

The deno support for string input should be marked as supported. I do not know the exact minimum version

Did you test this? If so, how?

In deno 2 repl

> deno repl
Deno 2.0.0
exit using ctrl+d, ctrl+c, or close()
> new Intl.NumberFormat().format('12351235123612351261234126125412531235123')
"12,351,235,123,612,351,261,234,126,125,412,531,235,123"
> new Intl.NumberFormat().format('12351235123612351261.234126125412531235123')
"12,351,235,123,612,351,261.234"

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

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/NumberFormat/format

MDN metadata

MDN page report details
  • Query: javascript.builtins.Intl.NumberFormat.format
  • Report started: 2024-11-19T16:49:09.146Z
@queengooborg queengooborg added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Nov 20, 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