-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintain timing for worker start/ready, for navigation requests. (#1575)
* Maintain timing for worker start/ready, for navigation requests. The timing when worker is started or ready are web-accessible via the navigation timing API (https://w3c.github.io/navigation-timing/). `workerStart` is specified to be the time when the service worker is run. In Chromium and Gecko, `worker ready time` (exposed as `fetchStart`) is set to the right before the time when the Fetch event can be dispatched for the newly created worker. In preparation for w3c/navigation-timing#136
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters