We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4694a8 commit 21a7b32Copy full SHA for 21a7b32
1 file changed
docs/async/timer.md
@@ -190,6 +190,7 @@ setTimeout(f, 1000) // 12
190
191
```javascript
192
(function() {
193
+ // 每轮事件循环检查一次
194
var gid = setInterval(clearAllTimeouts, 0);
195
196
function clearAllTimeouts() {
0 commit comments