Vidyalelo
JavaScript · Q2

Invocation And Performance Navigation

Programming · JavaScript · question 2

Q2

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
Answer
D.
None of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
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.