WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
238437
Intl.NumberFormat.formatRange(), Intl.NumberFormat.formatRangeToParts(), and Intl.PluralRules.selectRange() are not available
https://bugs.webkit.org/show_bug.cgi?id=238437
Summary
Intl.NumberFormat.formatRange(), Intl.NumberFormat.formatRangeToParts(), and ...
Alan Davalos
Reported
2022-03-27 23:18:27 PDT
The release notes for Safari 15.4 mention that Intl.NumberFormat.formatRange(), Intl.NumberFormat.formatRangeToParts(), and Intl.PluralRules.selectRange() have all been added.
https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes
However, doing some simple tests, all of the functions above are undefined new Intl.NumberFormat('de-DE').formatRange; // undefined new Intl.NumberFormat('de-DE').formatRangeToParts; // undefined new Intl.PluralRules('de-DE').selectRange; // undefined I've tested the other Intl features added in 15.4 but every other feature except these three seem to be implemented correctly
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-03-28 06:42:58 PDT
<
rdar://problem/90919466
>
Yusuke Suzuki
Comment 2
2022-03-28 10:25:23 PDT
Thanks. This needs the latest macOS / iOS update too since it relies on the system-installed ICU. So, please update the OS to update the system ICU.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug