[Webkit-unassigned] [Bug 175569] New: Add the PerformanceServerTiming Interface which makes Server-Timing header timing values available to JavaScript running in the browser.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 07:31:59 PDT 2017


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

            Bug ID: 175569
           Summary: Add the PerformanceServerTiming Interface which makes
                    Server-Timing header timing values available to
                    JavaScript running in the browser.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cvazac at gmail.com

Parse Server-Timing response headers and make the metric name(s), value(s), and description(s) available on the `serverTiming` property of `PerformanceNavigationTiming` and `PerformanceResourceTiming` entries on the global performance timeline and to PerformanceObservers. 

Spec found here:
https://w3c.github.io/server-timing/

Landed as "experimental feature" in Chrome:
https://www.chromestatus.com/features/5695708376072192

-- 
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/20170815/043339e0/attachment.html>


More information about the webkit-unassigned mailing list