WindowOrWorkerGlobalScope接口方法:clearInterval()

2018-03-23 17:24 更新

clearInterval()方法

WindowOrWorkerGlobalScope mixin 的 clearInterval() 方法取消了以前通過調用 setInterval() 建立的定時重復動作。

clearInterval()方法語法

scope.clearInterval(intervalID)

clearInterval()方法參數

intervalID
您要取消的重復動作的標識符。此 ID 由相應的對setInterval()的調用返回。

值得注意的是,setInterval () 和 setTimeout () 使用的 IDs 池是共享的,這意味著你可以在技術上互換地使用 clearInterval() 和 clearTimeout()。但是,為了使用的清晰,您應該避免這樣做。

clearInterval()方法返回值

undefined

clearInterval()方法示例

請參考 setInterval() 方法中的例子。

規(guī)范

規(guī)范狀態(tài)注釋
HTML Living Standard 
規(guī)范中的'WindowOrWorkerGlobalScope.clearInterval()'的定義。
Living Standard
方法轉移到最新規(guī)范中的WindowOrWorkerGlobalScope mixin。
HTML Living Standard 
規(guī)范中'clearInterval()'的定義。
Living Standard
 

瀏覽器兼容性

我們正在將兼容性數據轉換為機器可讀的JSON格式。

  • 電腦端
特征Chrome
Edge
Firefox(Gecko)
Internet Explorer
Opera
Safari
基本支持支持:1.0支持支持:1.0(1.7或更早)、52[1]支持:4支持:4支持:1.0 
  • 移動端

特征AndroidChrome for AndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
基本支持支持:1.0支持:1.0支持支持:1.0 、52.0[1]支持:6.0支持:6.0支持:1.0

注釋:

[1] clearInterval() 現(xiàn)在在 WindowOrWorkerGlobalScopemixin 上定義。

以上內容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號