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

The EXPLANATION is: The redirectCount property can be accessed as performance.navigation.redirectCount. The PerformanceNavigation.redirectCount read-only property returns an unsigned SHORT representing the number of REDIRECTs DONE before reaching the page.



Discussion

No Comment Found

Related InterviewSolutions