clearTimeout
function clearTimeout(id): void;
Cancel a timeout previously established by calling setTimeout.
Parameters
| Parameter | Type | Description |
|---|---|---|
|
| The ID (integer) which identifies the timer. |
Returns
void
Throws
Throws TypeError if ID is not an integer.