Re: [w3c/ServiceWorker] Maintain timing for worker start/ready, for navigation requests. (#1575)

@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