- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Tue, 20 Feb 2024 19:02:52 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 February 2024 03:02:57 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|.
@sisidovski
|url| looks not defined yet?
I suppose this is |request|'s [=request/url=].
Would you mind if I fix this?
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1701#pullrequestreview-1891974658
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1701/review/1891974658@github.com>
Received on Wednesday, 21 February 2024 03:02:57 UTC