NEW 177579
Include "beacon" ResourceTiming entry
https://bugs.webkit.org/show_bug.cgi?id=177579
Summary Include "beacon" ResourceTiming entry
Joseph Pecoraro
Reported 2017-09-27 16:16:25 PDT
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.
Attachments
Anne van Kesteren
Comment 1 2023-05-03 08:17:57 PDT
Note You need to log in before you can comment on or make changes to this bug.