- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Thu, 16 Jul 2026 22:36:26 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 17 July 2026 05:36:30 UTC
@yoshisatoyanagisawa commented on this pull request.
> @@ -1705,12 +1705,16 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/
<h4 id="fetch-event-clientid">{{FetchEvent/clientId|event.clientId}}</h4>
<dfn attribute for="FetchEvent"><code>clientId</code></dfn> attribute *must* return the value it was initialized to. When an <a>event</a> is created the attribute *must* be initialized to the empty string.
+
+ Note: {{FetchEvent/clientId}} is |request|'s [=request/client=]'s [=environment/id=] for [=subresource requests=], and the empty string otherwise (including for [=non-subresource requests=] such as [=navigation requests=], or when |request|'s [=request/client=] is null). See {{FetchEvent/resultingClientId}} for the environment associated with the resulting document of a [=navigation request=].
lgtm
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/pull/1832#discussion_r3600600259
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/ServiceWorker/pull/1832/review/4719588633@github.com>
Received on Friday, 17 July 2026 05:36:30 UTC