InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property is associated with the Request event?(a) requestStart(b) requestEnd(c) both requestStart and requestEnd(d) requestchangeThe question was posed to me at a job interview.Query is from Integrating the Performance Object with perfLogger in section Invocation and Performance Navigation of JavaScript |
|
Answer» CORRECT answer is (a) REQUESTSTART Easiest explanation: The REQUEST EVENT has only one property: requestStart. The Request event has only one property: requestStart. |
|