clearTimeout
Description
The clearTimeout of WindowOrWorkerGlobalScope for JS cancels the timeout set with setTimeout() or setInterval() identified by id.
Syntax
self.clearTimeout(id)
Parameters
id
The identification.
The clearTimeout of WindowOrWorkerGlobalScope for JS cancels the timeout set with setTimeout() or setInterval() identified by id.
self.clearTimeout(id)
The identification.