- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 13 May 2025 19:23:56 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 14 May 2025 02:24:00 UTC
@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|. + 1. Return the [=result/response=] in |result|. ditto. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1769#pullrequestreview-2838541471 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1769/review/2838541471@github.com>
Received on Wednesday, 14 May 2025 02:24:00 UTC