You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/service_worker/index.html
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2967,19 +2967,6 @@ <h1>Install</h1>
2967
2967
<li>Run the <ahref="#update-state-algorithm">Update State</a> algorithm passing <var>registration</var>'s <ahref="#dfn-waiting-worker">waiting worker</a> and <em>installed</em> as the arguments.</li>
2968
2968
<li>If <var>registration</var>'s <ahref="#dfn-waiting-worker">waiting worker</a>'s <ahref="#dfn-skip-waiting-flag">skip waiting flag</a> is set, then:
2969
2969
<ol>
2970
-
<li>For each <ahref="#dfn-service-worker-client">service worker client</a><var>serviceWorkerClient</var> whose <ahref="https://html.spec.whatwg.org/multipage/webappapis.html#creation-url">creation url</a><ahref="#scope-match-algorithm">matches</a><var>registration</var>'s <ahref="#dfn-scope-url">scope url</a>:
2971
-
<ol>
2972
-
<li>Let <var>exitingWorker</var> be the <ahref="#dfn-active-worker">active worker</a> that <ahref="#dfn-control">controls</a><var>serviceWorkerClient</var>.</li>
2973
-
<li>If <var>exitingWorker</var> is not null, then:
2974
-
<ol>
2975
-
<li>Wait for <var>exitingWorker</var> to finish handling any in-progress requests.
<li>Run the <ahref="#update-state-algorithm">Update State</a> algorithm passing <var>exitingWorker</var> and <em>redundant</em> as the arguments.</li>
2979
-
</ol>
2980
-
</li>
2981
-
</ol>
2982
-
</li>
2983
2970
<li>Run <ahref="#activation-algorithm">Activate</a> algorithm, or its <ahref="#dfn-processing-equivalence">equivalent</a>, passing <var>registration</var> as the argument.</li>
2984
2971
<li>Invoke <ahref="#finish-job-algorithm">Finish Job</a> with <var>job</var> and abort these steps.</li>
Copy file name to clipboardExpand all lines: spec/service_worker_1/index.html
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -2965,19 +2965,6 @@ <h1>Install</h1>
2965
2965
<li>Run the <ahref="#update-state-algorithm">Update State</a> algorithm passing <var>registration</var>'s <ahref="#dfn-waiting-worker">waiting worker</a> and <em>installed</em> as the arguments.</li>
2966
2966
<li>If <var>registration</var>'s <ahref="#dfn-waiting-worker">waiting worker</a>'s <ahref="#dfn-skip-waiting-flag">skip waiting flag</a> is set, then:
2967
2967
<ol>
2968
-
<li>For each <ahref="#dfn-service-worker-client">service worker client</a><var>serviceWorkerClient</var> whose <ahref="https://html.spec.whatwg.org/multipage/webappapis.html#creation-url">creation url</a><ahref="#scope-match-algorithm">matches</a><var>registration</var>'s <ahref="#dfn-scope-url">scope url</a>:
2969
-
<ol>
2970
-
<li>Let <var>exitingWorker</var> be the <ahref="#dfn-active-worker">active worker</a> that <ahref="#dfn-control">controls</a><var>serviceWorkerClient</var>.</li>
2971
-
<li>If <var>exitingWorker</var> is not null, then:
2972
-
<ol>
2973
-
<li>Wait for <var>exitingWorker</var> to finish handling any in-progress requests.
<li>Run the <ahref="#update-state-algorithm">Update State</a> algorithm passing <var>exitingWorker</var> and <em>redundant</em> as the arguments.</li>
2977
-
</ol>
2978
-
</li>
2979
-
</ol>
2980
-
</li>
2981
2968
<li>Run <ahref="#activation-algorithm">Activate</a> algorithm, or its <ahref="#dfn-processing-equivalence">equivalent</a>, passing <var>registration</var> as the argument.</li>
2982
2969
<li>Invoke <ahref="#finish-job-algorithm">Finish Job</a> with <var>job</var> and abort these steps.</li>
0 commit comments