InterviewSolution
Saved Bookmarks
| 1. |
How can one access the redirectCount property?(a) navigation.redirectCount(b) performance.navigation.redirectCount(c) performance.redirectCount(d) redirectCountI got this question in semester exam.Query is from Performance Navigation and Memory topic in section Invocation and Performance Navigation of JavaScript |
|
Answer» Correct OPTION is (b) performance.navigation.redirectCount |
|