The clearTimeout() method cancels a timeout previously established by calling setTimeout(). If the parameter provided does not identify a previously established action, this method does nothing.
clearTimeout on MDN
Optional
The identifier of the timeout you want to cancel. This ID was returned by the corresponding call to setTimeout().
Generated using TypeDoc
The clearTimeout() method cancels a timeout previously established by calling setTimeout(). If the parameter provided does not identify a previously established action, this method does nothing.
See
clearTimeout on MDN