[Webkit-unassigned] [Bug 284329] New: [JSC] Fix error message for `Intl.NumberFormat`'s `currencyDisplay` option

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 9 14:36:12 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=284329

            Bug ID: 284329
           Summary: [JSC] Fix error message for `Intl.NumberFormat`'s
                    `currencyDisplay` option
           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

In the current JSC implementation, using an invalid
    `currencyDisplay` option for `Intl.NumberFormat` throws
    an error with the message: `currencyDisplay must be
    either \"code\", \"symbol\", or \"name\"`.

    However, `"narrowSymbol"` is also a valid option.

-- 
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/20241209/2c919174/attachment-0001.htm>


More information about the webkit-unassigned mailing list