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

@yoshisatoyanagisawa commented on this pull request.



>                    1. Wait until |queue| is not empty.
-                  1. Return the result of [=dequeue=] |queue|.
+                  1. Let |result| be the result of [=dequeue=] |queue|.
+                  1. Set |timingInfo|'s [=service worker timing info/worker final router source=] be set to [=result/used route=] in |result|.

nit but  I guess "[=result/used route=] in |result|" is usually written like " |result|'s [=result/used route=]"

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

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

Received on Wednesday, 14 May 2025 02:23:47 UTC