From dcf65a69b70172074be5ec296ead8e5788b2955b Mon Sep 17 00:00:00 2001 From: Jake Archibald Date: Mon, 5 Jun 2017 14:51:12 +0100 Subject: [PATCH] =?UTF-8?q?Using=20=E2=80=9Cnone=E2=80=9D=20rather=20than?= =?UTF-8?q?=20=E2=80=9Cnever=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.bs | 6 +- docs/index.html | 140 +++++++++------------------------------------ docs/v1/index.bs | 6 +- docs/v1/index.html | 115 +++++++------------------------------ 4 files changed, 52 insertions(+), 215 deletions(-) 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 +