[Webkit-unassigned] [Bug 179377] Implement PerformanceResourceTiming.workerStart in ServiceWorkers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 4 11:15:29 PST 2018


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
I checked what other browsers do / if they implement PerformanceResourceTiming workerStart.

Steps:
1. Open <https://mdn.github.io/sw-test/>
2. Debug Service Worker
3. js> fetch("/sw-test/style.css")
4. js> performance.getEntries()

Chrome Canary (65.0.3311.0)
  => Has ResourceTiming entries
  => workerStart appears to always be 0

Firefox Nightly (59.0a1 (2018-01-04))
  => Does not have ResourceTiming entries

-- 
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/20180104/deab1344/attachment.html>


More information about the webkit-unassigned mailing list