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