Bug 179377 - Implement PerformanceResourceTiming.workerStart in ServiceWorkers
Summary: Implement PerformanceResourceTiming.workerStart in ServiceWorkers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-07 10:40 PST by Ryosuke Niwa
Modified: 2022-06-14 01:29 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Radar WebKit Bug Importer 2017-11-07 10:42:04 PST
<rdar://problem/35391187>
Comment 3 Joseph Pecoraro 2018-01-04 11:15:29 PST
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
Comment 4 youenn fablet 2022-06-07 06:54:44 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1348
Comment 5 EWS 2022-06-14 01:29:33 PDT
Committed r295518 (251523@main): <https://commits.webkit.org/251523@main>

Reviewed commits have been landed. Closing PR #1348 and removing active labels.