Re: [w3c/ServiceWorker] Add new fields and getter steps for static routing resource timing (PR #1769)

@yoshisatoyanagisawa commented on this pull request.



> @@ -250,6 +250,14 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
         :: A {{DOMHighResTimeStamp}}, initially 0.
         : <dfn export>fetch event dispatch time</dfn>
         :: A {{DOMHighResTimeStamp}}, initially 0.
+        : <dfn export>worker router evaluation start</dfn>
+        :: A {{DOMHighResTimeStamp}}, initially 0.
+        : <dfn export>worker cache lookup start</dfn>
+        :: A {{DOMHighResTimeStamp}}, initially 0.
+        : <dfn export>worker matched router source</dfn>
+        :: A string, initially empty string.

Sorry for overlook at the first glance, but this might be `{{DOMString}}, initially the empty string`

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2842808773
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/pull/1769/review/2842808773@github.com>

Received on Thursday, 15 May 2025 08:43:55 UTC