- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 15 May 2025 01:55:17 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 May 2025 08:55:21 UTC
@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=]). + + A [=/race result=] has an associated <dfn export id="dfn-used-route">used route</dfn> (a [=RouterSourceEnum=]). maybe `{{RouterSourceEnum}}` instead because this is the word showed up in the IDL. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2842846530 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2842846530@github.com>
Received on Thursday, 15 May 2025 08:55:21 UTC