diff --git a/docs/index.bs b/docs/index.bs index 7c825526..3c1887e8 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -202,7 +202,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe A [=/service worker registration=] has an associated last update check time. It is initially set to null. - A [=/service worker registration=] has an associated update via cache mode, which is "`imports`", "`all`", or "`never`". It is initially set to "`imports`". + A [=/service worker registration=] has an associated update via cache mode, which is "`imports`", "`all`", or "`none`". It is initially set to "`imports`". A [=/service worker registration=] has an associated uninstalling flag. It is initially unset. @@ -2303,7 +2303,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe 1. Let |registration| be |serviceWorker|'s [=containing service worker registration=]. 1. Set |request|'s [=service-workers mode=] to "`foreign`". 1. Set |request|'s [=request/cache mode=] to "no-cache" if any of the following are true: - * |registration|'s [=service worker registration/update via cache mode=] is "`never`". + * |registration|'s [=service worker registration/update via cache mode=] is "`none`". * The [=current global object=]'s [=force bypass cache for importscripts flag=] is set. * |registration|'s [=last update check time=] is not null and the time difference in seconds calculated by the current time minus |registration|’s [=last update check time=] is greater than 86400. 1. Let |response| be the result of fetching |request|. @@ -2419,7 +2419,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe A job has a worker type ("classic" or "module"). - A job has an update via cache mode, which is "`imports`", "`all`", or "`never`". + A job has an update via cache mode, which is "`imports`", "`all`", or "`none`". A job has a client (a [=/service worker client=]). It is initially null. diff --git a/docs/index.html b/docs/index.html index fbe5fbc9..72eabea9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1177,11 +1177,7 @@ } } -<<<<<<< HEAD - -======= - ->>>>>>> Changing useCache boolean to updateViaCache enum + -<<<<<<< HEAD - -======= - ->>>>>>> Changing useCache boolean to updateViaCache enum +