Commit ef029c5
authored
Fix: Ensure timingInfo is returned on network fallback if SW static routing API is used (#1774)
According to the explainer, the worker final router source should be 'network' for a network fallback. The |timingInfo|
is returned to make that happen.
https://github.com/WICG/service-worker-static-routing-api/blob/main/resource-timing-api.md#correspondence-of-the-matched-source-type-and-the-actual-source-type1 parent 2c732f5 commit ef029c5
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3310 | 3310 | | |
3311 | 3311 | | |
3312 | 3312 | | |
3313 | | - | |
3314 | | - | |
| 3313 | + | |
| 3314 | + | |
| 3315 | + | |
| 3316 | + | |
| 3317 | + | |
| 3318 | + | |
3315 | 3319 | | |
3316 | 3320 | | |
3317 | 3321 | | |
| |||
0 commit comments