Open
Description
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:
The responseEnd getter steps are to convert fetch timestamp for this's timing info's end time and the relevant global object for this. See fetch for more info.
In setup the resource timing entry:
Initialize entry given the result of converting timingInfo's start time given global, "resource", requestedURL, and the result of converting timingInfo's end time given global.