[Webkit-unassigned] [Bug 151813] New: JSON.stringify returns empty when used with performance.timing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 3 11:45:13 PST 2015


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

            Bug ID: 151813
           Summary: JSON.stringify returns empty when used with
                    performance.timing.
    Classification: Unclassified
           Product: WebKit
           Version: Safari 9
          Hardware: Macintosh
                OS: Mac OS X 10.10
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guilhermezz at gmail.com

> performance.timing
< PerformanceTiming {navigationStart: 1449169187074, unloadEventStart: 0, unloadEventEnd: 0, redirectStart: 0, redirectEnd: 0, …} = $1
> JSON.stringify(performance.timing)

< "{}" = $2

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151203/da8bdf29/attachment.html>


More information about the webkit-unassigned mailing list