Vidyalelo
JavaScript · Q3

Invocation And Performance Navigation

Programming · JavaScript · question 3

Q3

Which of the following property is associated with the Response event?

A.
responseStart
B.
responseEnd
C.
both responseStart and responseEnd
Answer
D.
none of the mentioned

Answer: Option C

Solution

Answer: Option C
Solution:
The properties associated with the Response event are :
1. responseStart
2. responseEnd.