25.294. Window.clearTimeout( ): cancel deferred executionJavaScript 1.0:25.294.1. Synopsiswindow.clearTimeout(timeoutId) 25.294.1.1. Arguments
25.294.2. DescriptionclearTimeout( ) cancels the execution of code that has been deferred with the setTimeout( ) method. The timeoutId argument is a value returned by the call to setTimeout( ) and identifies which deferred code to cancel. 25.294.3. See AlsoWindow.setTimeout( ) |