[Webkit-unassigned] [Bug 222605] New: Allow IDL `Date` to be parsed from a string in addition to a number and actual JS `Date`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 09:50:50 PST 2021


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

            Bug ID: 222605
           Summary: Allow IDL `Date` to be parsed from a string in
                    addition to a number and actual JS `Date`
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

JS `Date` can be stringified into JSON, but cannot be parsed back into a JS `Date` without additional special logic.  WebKit should also support parsing from a string (just like JS `Date.parse`) to generate a JS `Date`.

-- 
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/20210302/407e9ba8/attachment.htm>


More information about the webkit-unassigned mailing list