Edge lacks Intl.NumberFormat.formatToParts support#3769
Edge lacks Intl.NumberFormat.formatToParts support#3769sideshowbarker wants to merge 1 commit intomdn:masterfrom
Conversation
Edge apparently doesn’t implement actual support for Intl.NumberFormat.formatToParts. See the discussion at https://stackoverflow.com/q/55527585/
|
Tested Edge 18 and it seems to work: Here's what I see in the Confluence UI: No leading I've tested https://software.hixie.ch/utilities/js/live-dom-viewer/saved/6841 manually in BrowserStack and it seems support was added in Edge 18. |
OK — thanks, given that, I’m going ahead and closing this |
|
@Elchi3 would you be open for a PR in order to set the edge support to |
Yes, that would be great! |

Edge apparently doesn’t implement actual support for
Intl.NumberFormat.formatToParts. See the discussion at https://stackoverflow.com/q/55527585/