Q. What is the purpose of the property PerformanceTiming.fetchStart?
β
Correct Answer: (B)
Browser ready to fetch document
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.