Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the purpose of the property PerformanceTiming.fetchStart?

  2. A.

     Browser ready to fetch input

    B.

     Browser ready to fetch document

    C.

     Browser ready to fetch summary

    D.

     All of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The PerformanceTiming.fetchStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, the browser is ready to fetch the document using an HTTP request.


Be The First To Comment