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
* |request| is a [=subresource request=] and |registration| is [=stale=].
3231
3231
1. Let |raceResponse| be null.
3232
+
1. Let |source| be null.
3232
3233
1. If |activeWorker|'s [=service worker/list of router rules=][=list/is not empty=]:
3233
3234
1. Set |timingInfo|’s [=service worker timing info/worker router evaluation start=] to the [=coarsened shared current time=] given |useHighResPerformanceTimers|.
3234
-
1. Let |source| be the result of running the [=Get Router Source=] algorithm with |registration|'s <a>active worker</a> and |request|.
3235
+
1. Set |source| to be the result of running the [=Get Router Source=] algorithm with |registration|'s <a>active worker</a> and |request|.
3235
3236
1. If |source| is non-null, then:
3236
3237
1. Set |timingInfo|'s [=service worker timing info/worker matched router source=] be set to |source|, and [=service worker timing info/worker final router source=] be set to {{RouterSourceEnum/"network"}}.
0 commit comments