From bc2ba083133dabd94cea241e8b467b318ae55609 Mon Sep 17 00:00:00 2001 From: Jungkee Song Date: Sun, 1 Jul 2018 16:04:23 -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 name of the request's target client id item to replaces client id. Related issue: https://github.com/w3c/ServiceWorker/issues/1245. SW PR: https://github.com/w3c/ServiceWorker/pull/1333. --- fetch.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch.bs b/fetch.bs index 6f0fcb86d..0c3a194f5 100644 --- a/fetch.bs +++ b/fetch.bs @@ -734,7 +734,7 @@ requests, but not service worker requests. It references an environment settings object for a worker request.

A request has an associated -target client id +replaces client id (a string). Unless stated otherwise it is the empty string.

This is only used by navigation requests. It is the