From 985f42b0b11acf34cd6169781306f44a67629ecf Mon Sep 17 00:00:00 2001 From: asakusuma Date: Thu, 20 Jun 2019 20:22:41 -0700 Subject: [PATCH] Export the Clear Registration Algorithm So that the Clear Site Data spec can reference the algorithm and use it to clear out the service worker, insteaed of unregister(). Context: https://github.com/w3c/ServiceWorker/issues/614#issuecomment-497539062 Eventually will resolve: https://github.com/w3c/webappsec-clear-site-data/issues/54 --- docs/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.bs b/docs/index.bs index 91d09c11..823686a3 100644 --- a/docs/index.bs +++ b/docs/index.bs @@ -3086,7 +3086,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
-

Clear Registration

+

Clear Registration

: Input :: |registration|, a [=/service worker registration=]