HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

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.

Examples

1 · setInterval

2 · setTimeout