Is there a way to get an xmlHttpRequest load time?
Otherwise I'll have to set a function that count it, so?
PS: I'm getting
Oops! Your question couldn't be submitted because:
It does not meet our quality standards.
So I added these last lines
|
Is there a way to get an xmlHttpRequest load time? Otherwise I'll have to set a function that count it, so?
So I added these last lines
| |||
|
feedback
|
|
To the best of my knowledge there isn't an execution time included as part of the XMLHTTPRequest object. You can, however, use JS to calculate this value:
For more info on the data that is stored in the XMLHTTPRequest object, see this page. | ||||
|
feedback
|