Sets the timer's start time to the current time, and reschedules the timer to call its callback at the previously specified duration adjusted to the current time. This is useful for refreshing a timer without allocating a new JavaScript object.
Using this on a timer that has already called its callback will reactivate the timer.
v10.2.0
a reference to timeout
Generated using TypeDoc
Cancels the timeout.
Since
v18.18.0