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

  • (A) Browser ready to fetch input
  • (B) Browser ready to fetch document
  • (C) Browser ready to fetch summary
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
155
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
95%
Success Rate