From b250bc0f58ebc263cd67de629d9e2f08e23b249a Mon Sep 17 00:00:00 2001
From: Jungkee Song
Date: Sun, 1 Jul 2018 16:17:13 -0700
Subject: [PATCH] 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: https://github.com/w3c/ServiceWorker/issues/1091#issuecomment-342569083.
Accordingly, this changes the reference to the request's target client id to
request's replaces client id.
Related issue: https://github.com/w3c/ServiceWorker/issues/1245.
SW PR: https://github.com/w3c/ServiceWorker/pull/1333.
Fetch PR: https://github.com/whatwg/fetch/pull/774.
---
source | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/source b/source
index e9ef75cd52e..149fe920a67 100644
--- a/source
+++ b/source
@@ -2832,7 +2832,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
body
client
reserved client
- target client id
+ replaces client id
initiator
destination
potential destination
@@ -81981,7 +81981,7 @@ interface Location { // but see also url's scheme
is a fetch scheme
Run process a navigate fetch given resource, the source
- browsing context, and browsing context, and navigationType.
+ browsing context, and browsingContext, and navigationType.
Otherwise, resource is a request whose
url's scheme
@@ -82008,7 +82008,7 @@ interface Location { // but see also navigate", credentials
mode to "include
", use-URL-credentials flag, redirect mode to "manual
",
- and target client id to
+ and replaces client id to
browsingContext's active document's relevant settings
object's id.