-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
PerformanceResourceTiming: TimingAllowCheck #21270
Copy link
Copy link
Closed
Labels
A-perf-measurementC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-more-complexVariable effort required; may require a mentor. Recommended solution is clearly described in the issVariable effort required; may require a mentor. Recommended solution is clearly described in the iss
Metadata
Metadata
Assignees
Labels
A-perf-measurementC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-more-complexVariable effort required; may require a mentor. Recommended solution is clearly described in the issVariable effort required; may require a mentor. Recommended solution is clearly described in the iss
Spec: https://w3c.github.io/resource-timing/#dfn-timing-allow-check
The timing allow check algorithm, which checks whether a resource's timing information can be shared with the current document, is as follows:
If the last non-redirected fetch of the resource fails the timing allow check, the user agent MUST set redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, requestStart, responseStart and secureConnectionStart to zero
This check can also affect startTime.