- From: Jake Archibald <notifications@github.com>
- Date: Thu, 15 Apr 2021 06:03:03 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 April 2021 13:03:15 UTC
@jakearchibald commented on this pull request. > - </section> + <section> + <h4 id="service-worker-timing">Timing</h4> + + Service workers mark certain points in time that are later exposed by the {{PerformanceNavigationTiming|navigation timing}} API. + + A <dfn export>service worker timing info</dfn> is a [=/struct=]. It has the following [=struct/items=]: + + <section dfn-for="service worker timing info"> + : <dfn export>start time</dfn> + :: A {{DOMHighResTimeStamp}}, initially 0. + : <dfn export>fetch event dispatch time</dfn> + :: A {{DOMHighResTimeStamp}}, initially 0. + </section> + </section> + </section> ```suggestion </section> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1575#pullrequestreview-636658634
Received on Thursday, 15 April 2021 13:03:15 UTC