Skip to content

Commit 951f9b0

Browse files
jungkeesannevk
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 288fc16 commit 951f9b0

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>
@@ -82053,7 +82053,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8205382053
data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
8205482054
is a <span>fetch scheme</span></dt>
8205582055
<dd><p>Run <span>process a navigate fetch</span> given <var>resource</var>, the <span>source
82056-
browsing context</span>, and <var>browsing context</var>, and <var>navigationType</var>.</p></dd>
82056+
browsing context</span>, and <var>browsingContext</var>, and <var>navigationType</var>.</p></dd>
8205782057

8205882058
<dt>Otherwise, <var>resource</var> is a <span data-x="concept-request">request</span> whose
8205982059
<span data-x="concept-request-url">url</span>'s <span data-x="concept-url-scheme">scheme</span>
@@ -82080,7 +82080,7 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8208082080
data-x="">navigate</code>", <span data-x="concept-request-credentials-mode">credentials
8208182081
mode</span> to "<code data-x="">include</code>", <span>use-URL-credentials flag</span>, <span
8208282082
data-x="concept-request-redirect-mode">redirect mode</span> to "<code data-x="">manual</code>",
82083-
and <span data-x="concept-request-target-client-id">target client id</span> to
82083+
and <span data-x="concept-request-replaces-client-id">replaces client id</span> to
8208482084
<var>browsingContext</var>'s <span>active document</span>'s <span>relevant settings
8208582085
object</span>'s <span data-x="concept-environment-id">id</span>.</p></li>
8208682086

0 commit comments

Comments
 (0)