Window.clearImmediate()
io error: No such file or directory (os error 2) (/home/runner/work/yari/yari/mdn/translated-content/files/fr/web/api/html_dom_api/index.md)
Non standard: Cette fonctionnalité n'est ni standard, ni en voie de standardisation. Ne l'utilisez pas pour des sites accessibles sur le Web : elle ne fonctionnera pas pour tout utilisateur. Il peut également y avoir d'importantes incompatibilités entre les implémentations et son comportement peut être modifié dans le futur.
Cette méthode efface l'action spécifiée par window.setImmediate
.
Syntaxe
window.clearImmediate(immediateID);
où immediateID est un ID retourné par window.setImmediate
.
Exemples
let immediateID = setImmediate(() => {
// Exécute du code
}
document.getElementById("bouton")
.addEventListener(() => {
clearImmediate(immediateID);
});
Spécifications
No specification found
No specification data found for api.Window.clearImmediate
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Compatibilité des navigateurs
BCD tables only load in the browser