Skip to content

Commit 281e060

Browse files
jungkeesmustaqahmed
authored andcommitted
Rename target client id to replaces client id
We had decided to change the name of FetchEvent's targetClientId to replacesClientId to clarify the meaning that this client is a to be replaced client: w3c/ServiceWorker#1091 (comment). Accordingly, this changes the reference to the request's target client id to request's replaces client id. See also: * w3c/ServiceWorker#1245 * w3c/ServiceWorker#1333 * whatwg/fetch#774
1 parent 1dafd08 commit 281e060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2836,7 +2836,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
28362836
<li><dfn data-x="concept-request-body" data-x-href="https://fetch.spec.whatwg.org/#concept-request-body">body</dfn></li>
28372837
<li><dfn data-x="concept-request-client" data-x-href="https://fetch.spec.whatwg.org/#concept-request-client">client</dfn></li>
28382838
<li><dfn data-x="concept-request-reserved-client" data-x-href="https://fetch.spec.whatwg.org/#concept-request-reserved-client">reserved client</dfn></li>
2839-
<li><dfn data-x="concept-request-target-client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-target-client-id">target client id</dfn></li>
2839+
<li><dfn data-x="concept-request-replaces-client-id" data-x-href="https://fetch.spec.whatwg.org/#concept-request-replaces-client-id">replaces client id</dfn></li>
28402840
<li><dfn data-x="concept-request-initiator" data-x-href="https://fetch.spec.whatwg.org/#concept-request-initiator">initiator</dfn></li>
28412841
<li><dfn data-x="concept-request-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-request-destination">destination</dfn></li>
28422842
<li><dfn data-x="concept-potential-destination" data-x-href="https://fetch.spec.whatwg.org/#concept-potential-destination">potential destination</dfn></li>
@@ -82111,7 +82111,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8211182111
data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
8211282112
is a <span>fetch scheme</span></dt>
8211382113
<dd><p>Run <span>process a navigate fetch</span> given <var>resource</var>, the <span>source
82114-
browsing context</span>, and <var>browsing context</var>, and <var>navigationType</var>.</p></dd>
82114+
browsing context</span>, and <var>browsingContext</var>, and <var>navigationType</var>.</p></dd>
8211582115

8211682116
<dt>Otherwise, <var>resource</var> is a <span data-x="concept-request">request</span> whose
8211782117
<span data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
@@ -82138,7 +82138,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8213882138
data-x="">navigate</code>", <span data-x="concept-request-credentials-mode">credentials
8213982139
mode</span> to "<code data-x="">include</code>", <span>use-URL-credentials flag</span>, <span
8214082140
data-x="concept-request-redirect-mode">redirect mode</span> to "<code data-x="">manual</code>",
82141-
and <span data-x="concept-request-target-client-id">target client id</span> to
82141+
and <span data-x="concept-request-replaces-client-id">replaces client id</span> to
8214282142
<var>browsingContext</var>'s <span>active document</span>'s <span>relevant settings
8214382143
object</span>'s <span data-x="concept-environment-id">id</span>.</p></li>
8214482144

0 commit comments

Comments
 (0)