Skip to content

Commit bc2ba08

Browse files
committed
Change name from target client id to replaces client id
We had decided to change the name of FetchEvent.targetClientId to .replacesClientId to clarify the meaning that this client is a to be replaced client: w3c/ServiceWorker#1091 (comment). Accordingly, this changes the name of the request's target client id item to replaces client id. Related issue: w3c/ServiceWorker#1245. SW PR: w3c/ServiceWorker#1333.
1 parent e6cbef2 commit bc2ba08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ requests, but not service worker requests. It references an
734734
<a>environment settings object</a> for a worker request.
735735

736736
<p>A <a for=/>request</a> has an associated
737-
<dfn id=concept-request-target-client-id export for=request>target client id</dfn>
737+
<dfn id=concept-request-replaces-client-id export for=request>replaces client id</dfn>
738738
(a string). Unless stated otherwise it is the empty string.
739739

740740
<p class="note no-backref">This is only used by <a>navigation requests</a>. It is the

0 commit comments

Comments
 (0)