Skip to content

elapsedTime()

OverEasy edited this page Feb 20, 2018 · 3 revisions

elapsedTime()

Returns the elapsed time of the the current or most recently completed request in milliseconds. This value continues to increase throughout the transaction until readyStateDone, so can be used to timeout a request if needed.

return value is <uint32_t>

Clone this wiki locally