InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a read-only property?(a) PerformanceTiming.navigationStart(b) PerformanceTiming.fetchStart(c) PerformanceTiming.navigationStart & PerformanceTiming.fetchStart(d) PerformanceTiming.responseStartThe question was asked in an internship interview.My question comes from Invocation of the Performance Object in division Invocation and Performance Navigation of JavaScript |
|
Answer» The correct answer is (c) PerformanceTiming.navigationStart & PerformanceTiming.fetchStart |
|