Discussion :: Javascript - CS
- Which of the following is a read-only property?
A.
PerformanceTiming.navigationStart |
B.
PerformanceTiming.fetchStart |
C.
PerformanceTiming.navigationStart & PerformanceTiming.fetchStart |
D.
None of the mentioned |
Answer : Option C
Explanation :
Both PerformanceTiming.navigationStart and also the PerformanceTiming.fetchStart are a read-only properties.
Be The First To Comment