Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Time of navigation event

    B.

     Time of page load event

    C.

     Time of navigation and page load event

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    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.


Be The First To Comment