- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 20 Feb 2024 21:49:24 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 February 2024 05:49:28 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -3707,6 +3986,28 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. Return true. 1. Return false. </section> + + <section algorithm> + <h3 id="lookup-race-response-algorithm"><dfn export>Lookup Race Response</dfn></h3> + + : Input + :: |request|, a [=/request=] + : Output + :: a [=/response=] or null + + 1. If |request|'s [=request/reserved client=] is null, return null. + 1. Let |storage key| be the result of running [=obtain a storage key=] given |request|'s [=request/reserved client=]. + 1. Let |registration| be the result of running <a>Match Service Worker Registration</a> given |storage key| and |url|. thanks. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1701#discussion_r1496943662 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1701/review/1892155518@github.com>
Received on Wednesday, 21 February 2024 05:49:28 UTC