gpt4 book ai didi

javascript - 窗口clearInterval()在没有参数的情况下工作

转载 作者:行者123 更新时间:2023-11-28 19:23:27 25 4
gpt4 key购买 nike

在一些代码中我发现了这样的方法:

 scope.$on('$destroy', function () {
clearInterval();
});

如您所见,clearInterval() 没有接收任何参数。

clearInterval() documentation表明该参数是必需的。那么为什么这段代码在 google chrome 中工作,而在 Internet Explorer 11 中抛出 parameter is not optional 呢?

最佳答案

这是 Internet Explorer 中的一个错误。

specification说:

If handle does not identify an entry in the list of active timers of the WindowTimers object on which the method was invoked, the method does nothing.

未定义值不会标识事件计时器列表中的条目。

关于javascript - 窗口clearInterval()在没有参数的情况下工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28340589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com