File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2855,7 +2855,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
2855
2855
* |request| is a [=subresource request=] and |registration| is [=stale=] .
2856
2856
1. If the result of running the [=Should Skip Event=] algorithm with "fetch" and |activeWorker| is true, then:
2857
2857
1. If |shouldSoftUpdate| is true, then [=in parallel=] run the [=Soft Update=] algorithm with |registration|.
2858
- 1. Return.
2858
+ 1. Return null .
2859
2859
1. If |activeWorker|'s <a>state</a> is *activating*, wait for |activeWorker|' s <a>state</a> to become *activated*.
2860
2860
1. Invoke <a>Run Service Worker</a> algorithm with |activeWorker| as the argument.
2861
2861
1. <a>Queue a task</a> |task| to run the following substeps:
Original file line number Diff line number Diff line change @@ -2652,7 +2652,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
2652
2652
* |request| is a [=subresource request=] and |registration| is [=stale=] .
2653
2653
1. If the result of running the [=Should Skip Event=] algorithm with "fetch" and |activeWorker| is true, then:
2654
2654
1. If |shouldSoftUpdate| is true, then [=in parallel=] run the [=Soft Update=] algorithm with |registration|.
2655
- 1. Return.
2655
+ 1. Return null .
2656
2656
1. If |activeWorker|'s <a>state</a> is *activating*, wait for |activeWorker|' s <a>state</a> to become *activated*.
2657
2657
1. Invoke <a>Run Service Worker</a> algorithm with |activeWorker| as the argument.
2658
2658
1. <a>Queue a task</a> |task| to run the following substeps:
You can’t perform that action at this time.
0 commit comments