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
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?
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
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
javascript.builtins.Intl.NumberFormat.format
The text was updated successfully, but these errors were encountered: