InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of the property PerformanceTiming.fetchStart?(a) Browser ready to fetch input(b) Browser ready to fetch document(c) Browser ready to fetch summary(d) Browser ready to fetch outputI got this question during a job interview.Enquiry is from Integrating the Performance Object with perfLogger in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» The correct choice is (b) Browser ready to fetch DOCUMENT |
|