[Webkit-unassigned] [Bug 177579] New: Include "beacon" ResourceTiming entry

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 16:16:25 PDT 2017


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

            Bug ID: 177579
           Summary: Include "beacon" ResourceTiming entry
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: achristensen at apple.com, beidson at apple.com,
                    cdumez at apple.com, youennf at gmail.com

Include "beacon" ResourceTiming entry.

The current Resource Timing spec expects beacon resource loads:
https://w3c.github.io/resource-timing/

Spec text:

> On getting, the initiatorType attribute must return one of the following DOMString values:
> ...
>     "beacon", if the request is the result of processing the sendBeacon method [Beacon];

Test:
1. Load https://tests.caniuse.com/?feat=beacon
2. Wait a while so beacons could be fulfilled
3. js> performance.getEntriesByType("resource")
  => No "beacon" entries

Notes:
- No other browser I tested included beacon loads in Resource Timing
- Note adding entries to the performance timeline exposes when the beacon was sent / response received. I don't think thats a bad thing.

-- 
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/20170927/ca034884/attachment.html>


More information about the webkit-unassigned mailing list