Timer (setTimeout) in Javascript by

28
Jan
2

var timer1 = window.setTimeout(function() { removeStatusIndicator(); }, statusTimeout);

clearTimeout(timer1)

ผ่านทางHow to cancel/kill window.setTimeout before it happens on the client? – Stack Overflow.