clearTimeout()
Term side of the Card
Topic: Scheduling Tasks
Unit title: clearTimeout()
Categories: Method
Explanation side of the Card
Explanation: The browser API method that cancels a delayed action set by `setTimeout()`. It stops the specified timeout from running.
Browser compatibility:
- The chrome browser supports this feature starting from version 1
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 1
- The safari browser supports this feature starting from version 4
Availability: