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

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.

Examples

1 · setTimeout

2 · setInterval