[Webkit-unassigned] [Bug 279940] New: [JSC] Update `Intl.DurationFormat#resolvedOptions` to the latest spec
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 18 17:16:20 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=279940
Bug ID: 279940
Summary: [JSC] Update `Intl.DurationFormat#resolvedOptions` to
the latest spec
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aosukeke at gmail.com
This patch makes the following changes to update `Intl.DurationFormat.prototype.resolvedOptions` to
the latest spec:
- Does not put `fractionalDigits` when it is `undefined`[1]
- Put `numberingSystem` before `style`[2]
[1]: https://github.com/tc39/proposal-intl-duration-format/pull/167
[2]: https://github.com/tc39/proposal-intl-duration-format/pull/172
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240919/72c5d3ae/attachment-0001.htm>
More information about the webkit-unassigned
mailing list