What is the purpose of the timing property in the window.performance object?

A Time of navigation event
B Time of page load event
C Time of navigation and page load event
D Time of scrolling

Correct Answer: Time of navigation and page load event

Each performance.timing attribute shows the time of a navigation event (such as when the page was requested) or page load event (such as when the DOM began loading), measured in milliseconds. The legacy Performance.timing read-only property returns a PerformanceTiming object containing latency-related performance information.

Related Questions

From where can we set the timing for each object?
Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
What is the purpose of the Node object property ownerDocument?

Next steps