Skip to content

Commit

Permalink
Merge pull request #223 from beverloo/soft-update
Browse files Browse the repository at this point in the history
Remove references to the soft update algorithm
  • Loading branch information
martinthomson committed Nov 16, 2016
2 parents 0e12a11 + e7daebb commit d202f5a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ <h2>
"http://www.w3.org/TR/service-workers/#extendable-event-init-dictionary"><dfn>ExtendableEventInit</dfn></a></code>,
<a href="http://www.w3.org/TR/service-workers/#dfn-extend-lifetime-promises"><dfn>extend
lifetime promises</dfn></a>, the <a href=
"http://www.w3.org/TR/service-workers/#soft-update-algorithm"><dfn>Soft Update</dfn></a>
algorithm, the <a href=
"http://www.w3.org/TR/service-workers/#clear-registration-algorithm"><dfn>Clear
Registration</dfn></a> algorithm, and the <a href=
"http://www.w3.org/TR/service-workers/#handle-functional-event-algorithm"><dfn>Handle
Expand Down Expand Up @@ -1148,11 +1146,7 @@ <h2>
Acknowledging also means that an <a>application server</a> could incorrectly
receive a delivery receipt indicating successful delivery of the <a>push
message</a>. Therefore, multiple rejections SHOULD be permitted before
acknowledging; allowing at least three attempts is recommended. A <a>user
agent</a> SHOULD invoke the <a>Soft Update</a> algorithm for the <a>service
worker registration</a> in response to each failure so that errors in scripts
can be corrected; this invocation MAY include the <em>force bypass cache
flag</em>.
acknowledging; allowing at least three attempts is recommended.
</p>
</li>
</ol>
Expand Down

0 comments on commit d202f5a

Please sign in to comment.