πŸ“Š JavaScript
Q. What is the purpose of the property PerformanceTiming.navigationStart?
  • (A) Ready to end the navigation
  • (B) Ready to jump the navigation
  • (C) Ready for navigation
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) Ready for navigation

Explanation: The PerformanceTiming.navigationStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right after the prompt for unload terminates on the previous document in the same browsing context. If there is no previous document, this value will be the same as : PerformanceTiming.fetchStart.

Explanation by: Mr. Dubey
The PerformanceTiming.navigationStart read-only property returns an unsigned long long representing the moment, in miliseconds since the UNIX epoch, right after the prompt for unload terminates on the previous document in the same browsing context. If there is no previous document, this value will be the same as : PerformanceTiming.fetchStart.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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