Commit 2c732f5
authored
Fix: Correct return type and preserve response timing info (#1773)
The commit introduces the following enhancements:
1. Type Correction for race-network-and-fetch-event: Modified the race-network-and-fetch-event algorithm to
consistently return the correct value type. This addresses a previous inconsistency where the algorithm could
yield a value of a different, incorrect type.
2. Preservation of Response Timing Information: Ensured that timing information within the response, particularly the
fetch event dispatch time, is retained when the fetch event's value is utilized. This resolves an issue where such
timing data was previously being discarded.1 parent 4e9d705 commit 2c732f5
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3281 | 3281 | | |
3282 | 3282 | | |
3283 | 3283 | | |
3284 | | - | |
3285 | | - | |
3286 | | - | |
| 3284 | + | |
| 3285 | + | |
| 3286 | + | |
| 3287 | + | |
| 3288 | + | |
3287 | 3289 | | |
3288 | 3290 | | |
3289 | 3291 | | |
| |||
0 commit comments