Skip to content

Fetch Timing Info's end time is set to a relative timestamp, when it should be the original captured unsafe current time #1812

Open
@Lubrsi

Description

@Lubrsi

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.

Metadata

Metadata

Assignees

Labels

topic: timingIssues and PR that touch on the infrastructure that is used by ResourceTiming, NavigationTiming, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions