Fetch Timing Info's end time is set to a relative timestamp, when it should be the original captured unsafe current time #1812
Labels
topic: timing
Issues and PR that touch on the infrastructure that is used by ResourceTiming, NavigationTiming, etc
What is the issue with the Fetch Standard?
In fetch response handover, step 3.3.2 sets the timing info's end time to a relative timestamp of a previously captured unsafe shared current time. However, this is incorrect because Resource Timing performs the relative timestamp conversion for us.
In responseEnd:
In setup the resource timing entry:
The text was updated successfully, but these errors were encountered: