We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c35dff commit 4877279Copy full SHA for 4877279
doc/api/globals.markdown
@@ -59,3 +59,10 @@ Example: running `node example.js` from `/Users/mjr`
59
A reference to the current module. In particular
60
`module.exports` is the same as the `exports` object. See `src/node.js`
61
for more information.
62
+
63
+### setTimeout(cb, ms)
64
+### clearTimeout(t)
65
+### setInterval(cb, ms)
66
+### clearInterval(t)
67
68
+The timer functions are global variables. See the [timers](timers.html) section.
0 commit comments