From e7daebb8b41d0d9b15f7d7b7c2d02ed5bee4e492 Mon Sep 17 00:00:00 2001 From: Peter Beverloo Date: Wed, 16 Nov 2016 14:47:14 -0800 Subject: [PATCH] Remove references to the soft update algorithm This is done as part of the Handle Functional Event algorithm defined in the Service Workers ED. Fixes #215. --- index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.html b/index.html index 248b287..27bfa68 100644 --- a/index.html +++ b/index.html @@ -273,8 +273,6 @@

"http://www.w3.org/TR/service-workers/#extendable-event-init-dictionary">ExtendableEventInit, extend lifetime promises, the Soft Update - algorithm, the Clear Registration algorithm, and the Handle @@ -1148,11 +1146,7 @@

Acknowledging also means that an application server could incorrectly receive a delivery receipt indicating successful delivery of the push message. Therefore, multiple rejections SHOULD be permitted before - acknowledging; allowing at least three attempts is recommended. A user - agent SHOULD invoke the Soft Update algorithm for the service - worker registration in response to each failure so that errors in scripts - can be corrected; this invocation MAY include the force bypass cache - flag. + acknowledging; allowing at least three attempts is recommended.