- From: Jake Archibald <notifications@github.com>
- Date: Thu, 29 Apr 2021 01:53:29 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 April 2021 08:53:41 UTC
@jakearchibald commented on this pull request. > <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> ```suggestion <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> ``` -- 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/1590#pullrequestreview-647961470
Received on Thursday, 29 April 2021 08:53:41 UTC