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

@yoshisatoyanagisawa commented on this pull request.



> @@ -2557,6 +2565,12 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
 
         Note: Keep this definition in sync with [=fetch a classic worker-imported script=].
 
+  A <dfn id="dfn-race-result">race result</dfn> is a tuple of a [=/race response=] and [=/used route=].
+
+  A [=/race result=] has an associated <dfn export id="dfn-race-response">race response</dfn> (a [=/response=]).

Since "race response" has already been defined, and this is a race response within the race result, I suggest you to use `<dfn export for="race result">race response</dfn>` or so to avoid the name conflict.  Of course, you need to revise L2568 accordingly.

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

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

Received on Thursday, 15 May 2025 08:54:08 UTC