InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the navigation property in the window.performance object?(a) To which page the user navigated(b) How the user navigated(c) Information about the page(d) Information of the curserThis question was posed to me in an international level competition.This key question is from Integrating the Performance Object with perfLogger topic in section Invocation and Performance Navigation of JavaScript |
|
Answer» The CORRECT ANSWER is (b) How the user navigated |
|