1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width"> 6 <meta name="nodejs.org:node-version" content="v14.19.1"> 7 <title>Timers | Node.js v14.19.1 Documentation</title> 8 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic&display=fallback"> 9 <link rel="stylesheet" href="assets/style.css"> 10 <link rel="stylesheet" href="assets/hljs.css"> 11 <link rel="canonical" href="https://nodejs.org/api/timers.html"> 12</head> 13<body class="alt apidoc" id="api-section-timers"> 14 <div id="content" class="clearfix"> 15 <div id="column2" class="interior"> 16 <div id="intro" class="interior"> 17 <a href="/" title="Go back to the home page"> 18 Node.js 19 </a> 20 </div> 21 <ul> 22<li><a href="documentation.html" class="nav-documentation">About this documentation</a></li> 23<li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li> 24</ul> 25<hr class="line"> 26<ul> 27<li><a href="assert.html" class="nav-assert">Assertion testing</a></li> 28<li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li> 29<li><a href="buffer.html" class="nav-buffer">Buffer</a></li> 30<li><a href="addons.html" class="nav-addons">C++ addons</a></li> 31<li><a href="n-api.html" class="nav-n-api">C/C++ addons with Node-API</a></li> 32<li><a href="embedding.html" class="nav-embedding">C++ embedder API</a></li> 33<li><a href="child_process.html" class="nav-child_process">Child processes</a></li> 34<li><a href="cluster.html" class="nav-cluster">Cluster</a></li> 35<li><a href="cli.html" class="nav-cli">Command-line options</a></li> 36<li><a href="console.html" class="nav-console">Console</a></li> 37<li><a href="corepack.html" class="nav-corepack">Corepack</a></li> 38<li><a href="crypto.html" class="nav-crypto">Crypto</a></li> 39<li><a href="debugger.html" class="nav-debugger">Debugger</a></li> 40<li><a href="deprecations.html" class="nav-deprecations">Deprecated APIs</a></li> 41<li><a href="diagnostics_channel.html" class="nav-diagnostics_channel">Diagnostics Channel</a></li> 42<li><a href="dns.html" class="nav-dns">DNS</a></li> 43<li><a href="domain.html" class="nav-domain">Domain</a></li> 44<li><a href="errors.html" class="nav-errors">Errors</a></li> 45<li><a href="events.html" class="nav-events">Events</a></li> 46<li><a href="fs.html" class="nav-fs">File system</a></li> 47<li><a href="globals.html" class="nav-globals">Globals</a></li> 48<li><a href="http.html" class="nav-http">HTTP</a></li> 49<li><a href="http2.html" class="nav-http2">HTTP/2</a></li> 50<li><a href="https.html" class="nav-https">HTTPS</a></li> 51<li><a href="inspector.html" class="nav-inspector">Inspector</a></li> 52<li><a href="intl.html" class="nav-intl">Internationalization</a></li> 53<li><a href="modules.html" class="nav-modules">Modules: CommonJS modules</a></li> 54<li><a href="esm.html" class="nav-esm">Modules: ECMAScript modules</a></li> 55<li><a href="module.html" class="nav-module">Modules: <code>module</code> API</a></li> 56<li><a href="packages.html" class="nav-packages">Modules: Packages</a></li> 57<li><a href="net.html" class="nav-net">Net</a></li> 58<li><a href="os.html" class="nav-os">OS</a></li> 59<li><a href="path.html" class="nav-path">Path</a></li> 60<li><a href="perf_hooks.html" class="nav-perf_hooks">Performance hooks</a></li> 61<li><a href="policy.html" class="nav-policy">Policies</a></li> 62<li><a href="process.html" class="nav-process">Process</a></li> 63<li><a href="punycode.html" class="nav-punycode">Punycode</a></li> 64<li><a href="querystring.html" class="nav-querystring">Query strings</a></li> 65<li><a href="readline.html" class="nav-readline">Readline</a></li> 66<li><a href="repl.html" class="nav-repl">REPL</a></li> 67<li><a href="report.html" class="nav-report">Report</a></li> 68<li><a href="stream.html" class="nav-stream">Stream</a></li> 69<li><a href="string_decoder.html" class="nav-string_decoder">String decoder</a></li> 70<li><a href="timers.html" class="nav-timers active">Timers</a></li> 71<li><a href="tls.html" class="nav-tls">TLS/SSL</a></li> 72<li><a href="tracing.html" class="nav-tracing">Trace events</a></li> 73<li><a href="tty.html" class="nav-tty">TTY</a></li> 74<li><a href="dgram.html" class="nav-dgram">UDP/datagram</a></li> 75<li><a href="url.html" class="nav-url">URL</a></li> 76<li><a href="util.html" class="nav-util">Utilities</a></li> 77<li><a href="v8.html" class="nav-v8">V8</a></li> 78<li><a href="vm.html" class="nav-vm">VM</a></li> 79<li><a href="wasi.html" class="nav-wasi">WASI</a></li> 80<li><a href="worker_threads.html" class="nav-worker_threads">Worker threads</a></li> 81<li><a href="zlib.html" class="nav-zlib">Zlib</a></li> 82</ul> 83<hr class="line"> 84<ul> 85<li><a href="https://github.com/nodejs/node" class="nav-https-github-com-nodejs-node">Code repository and issue tracker</a></li> 86</ul> 87 </div> 88 89 <div id="column1" data-id="timers" class="interior"> 90 <header> 91 <div class="header-container"> 92 <h1>Node.js v14.19.1 documentation</h1> 93 <button class="theme-toggle-btn" id="theme-toggle-btn" title="Toggle dark mode/light mode" aria-label="Toggle dark mode/light mode" hidden> 94 <svg xmlns="http://www.w3.org/2000/svg" class="icon dark-icon" height="24" width="24"> 95 <path fill="none" d="M0 0h24v24H0z" /> 96 <path d="M11.1 12.08c-2.33-4.51-.5-8.48.53-10.07C6.27 2.2 1.98 6.59 1.98 12c0 .14.02.28.02.42.62-.27 1.29-.42 2-.42 1.66 0 3.18.83 4.1 2.15A4.01 4.01 0 0111 18c0 1.52-.87 2.83-2.12 3.51.98.32 2.03.5 3.11.5 3.5 0 6.58-1.8 8.37-4.52-2.36.23-6.98-.97-9.26-5.41z"/> 97 <path d="M7 16h-.18C6.4 14.84 5.3 14 4 14c-1.66 0-3 1.34-3 3s1.34 3 3 3h3c1.1 0 2-.9 2-2s-.9-2-2-2z"/> 98 </svg> 99 <svg xmlns="http://www.w3.org/2000/svg" class="icon light-icon" height="24" width="24"> 100 <path d="M0 0h24v24H0z" fill="none" /> 101 <path d="M6.76 4.84l-1.8-1.79-1.41 1.41 1.79 1.79 1.42-1.41zM4 10.5H1v2h3v-2zm9-9.95h-2V3.5h2V.55zm7.45 3.91l-1.41-1.41-1.79 1.79 1.41 1.41 1.79-1.79zm-3.21 13.7l1.79 1.8 1.41-1.41-1.8-1.79-1.4 1.4zM20 10.5v2h3v-2h-3zm-8-5c-3.31 0-6 2.69-6 6s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6zm-1 16.95h2V19.5h-2v2.95zm-7.45-3.91l1.41 1.41 1.79-1.8-1.41-1.41-1.79 1.8z"/> 102 </svg> 103 </button> 104 </div> 105 <div id="gtoc"> 106 <ul> 107 <li> 108 <a href="index.html">Index</a> 109 </li> 110 <li> 111 <a href="all.html">View on single page</a> 112 </li> 113 <li> 114 <a href="timers.json">View as JSON</a> 115 </li> 116 117 <li class="version-picker"> 118 <a href="#">View another version <span>▼</span></a> 119 <ol class="version-picker"><li><a href="https://nodejs.org/docs/latest-v17.x/api/timers.html">17.x</a></li> 120<li><a href="https://nodejs.org/docs/latest-v16.x/api/timers.html">16.x <b>LTS</b></a></li> 121<li><a href="https://nodejs.org/docs/latest-v15.x/api/timers.html">15.x</a></li> 122<li><a href="https://nodejs.org/docs/latest-v14.x/api/timers.html">14.x <b>LTS</b></a></li> 123<li><a href="https://nodejs.org/docs/latest-v13.x/api/timers.html">13.x</a></li> 124<li><a href="https://nodejs.org/docs/latest-v12.x/api/timers.html">12.x <b>LTS</b></a></li> 125<li><a href="https://nodejs.org/docs/latest-v11.x/api/timers.html">11.x</a></li> 126<li><a href="https://nodejs.org/docs/latest-v10.x/api/timers.html">10.x</a></li> 127<li><a href="https://nodejs.org/docs/latest-v9.x/api/timers.html">9.x</a></li> 128<li><a href="https://nodejs.org/docs/latest-v8.x/api/timers.html">8.x</a></li> 129<li><a href="https://nodejs.org/docs/latest-v7.x/api/timers.html">7.x</a></li> 130<li><a href="https://nodejs.org/docs/latest-v6.x/api/timers.html">6.x</a></li> 131<li><a href="https://nodejs.org/docs/latest-v5.x/api/timers.html">5.x</a></li> 132<li><a href="https://nodejs.org/docs/latest-v4.x/api/timers.html">4.x</a></li> 133<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/timers.html">0.12.x</a></li> 134<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/timers.html">0.10.x</a></li></ol> 135 </li> 136 137 <li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/master/doc/api/timers.md">Edit on GitHub</a></li> 138 </ul> 139 </div> 140 <hr> 141 </header> 142 143 <details id="toc" open><summary>Table of contents</summary><ul> 144<li><span class="stability_2"><a href="#timers_timers">Timers</a></span> 145<ul> 146<li><a href="#timers_class_immediate">Class: <code>Immediate</code></a> 147<ul> 148<li><a href="#timers_immediate_hasref"><code>immediate.hasRef()</code></a></li> 149<li><a href="#timers_immediate_ref"><code>immediate.ref()</code></a></li> 150<li><a href="#timers_immediate_unref"><code>immediate.unref()</code></a></li> 151</ul> 152</li> 153<li><a href="#timers_class_timeout">Class: <code>Timeout</code></a> 154<ul> 155<li><a href="#timers_timeout_hasref"><code>timeout.hasRef()</code></a></li> 156<li><a href="#timers_timeout_ref"><code>timeout.ref()</code></a></li> 157<li><a href="#timers_timeout_refresh"><code>timeout.refresh()</code></a></li> 158<li><a href="#timers_timeout_unref"><code>timeout.unref()</code></a></li> 159<li><a href="#timers_timeout_symbol_toprimitive"><code>timeout[Symbol.toPrimitive]()</code></a></li> 160</ul> 161</li> 162<li><a href="#timers_scheduling_timers">Scheduling timers</a> 163<ul> 164<li><a href="#timers_setimmediate_callback_args"><code>setImmediate(callback[, ...args])</code></a></li> 165<li><a href="#timers_setinterval_callback_delay_args"><code>setInterval(callback[, delay[, ...args]])</code></a></li> 166<li><a href="#timers_settimeout_callback_delay_args"><code>setTimeout(callback[, delay[, ...args]])</code></a></li> 167</ul> 168</li> 169<li><a href="#timers_cancelling_timers">Cancelling timers</a> 170<ul> 171<li><a href="#timers_clearimmediate_immediate"><code>clearImmediate(immediate)</code></a></li> 172<li><a href="#timers_clearinterval_timeout"><code>clearInterval(timeout)</code></a></li> 173<li><a href="#timers_cleartimeout_timeout"><code>clearTimeout(timeout)</code></a></li> 174</ul> 175</li> 176</ul> 177</li> 178</ul></details> 179 180 <div id="apicontent"> 181 <h2>Timers<span><a class="mark" href="#timers_timers" id="timers_timers">#</a></span></h2> 182 183<p></p><div class="api_stability api_stability_2"><a href="documentation.html#documentation_stability_index">Stability: 2</a> - Stable</div><p></p> 184<p><strong>Source Code:</strong> <a href="https://github.com/nodejs/node/blob/v14.19.1/lib/timers.js">lib/timers.js</a></p> 185<p>The <code>timer</code> module exposes a global API for scheduling functions to 186be called at some future period of time. Because the timer functions are 187globals, there is no need to call <code>require('timers')</code> to use the API.</p> 188<p>The timer functions within Node.js implement a similar API as the timers API 189provided by Web Browsers but use a different internal implementation that is 190built around the Node.js <a href="https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout">Event Loop</a>.</p> 191<section><h3>Class: <code>Immediate</code><span><a class="mark" href="#timers_class_immediate" id="timers_class_immediate">#</a></span></h3> 192<p>This object is created internally and is returned from <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>. It 193can be passed to <a href="#timers_clearimmediate_immediate"><code>clearImmediate()</code></a> in order to cancel the scheduled 194actions.</p> 195<p>By default, when an immediate is scheduled, the Node.js event loop will continue 196running as long as the immediate is active. The <code>Immediate</code> object returned by 197<a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a> exports both <code>immediate.ref()</code> and <code>immediate.unref()</code> 198functions that can be used to control this default behavior.</p> 199<h4><code>immediate.hasRef()</code><span><a class="mark" href="#timers_immediate_hasref" id="timers_immediate_hasref">#</a></span></h4> 200<div class="api_metadata"> 201<span>Added in: v11.0.0</span> 202</div> 203<ul> 204<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type" class="type"><boolean></a></li> 205</ul> 206<p>If true, the <code>Immediate</code> object will keep the Node.js event loop active.</p> 207<h4><code>immediate.ref()</code><span><a class="mark" href="#timers_immediate_ref" id="timers_immediate_ref">#</a></span></h4> 208<div class="api_metadata"> 209<span>Added in: v9.7.0</span> 210</div> 211<ul> 212<li>Returns: <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> a reference to <code>immediate</code></li> 213</ul> 214<p>When called, requests that the Node.js event loop <em>not</em> exit so long as the 215<code>Immediate</code> is active. Calling <code>immediate.ref()</code> multiple times will have no 216effect.</p> 217<p>By default, all <code>Immediate</code> objects are "ref'ed", making it normally unnecessary 218to call <code>immediate.ref()</code> unless <code>immediate.unref()</code> had been called previously.</p> 219<h4><code>immediate.unref()</code><span><a class="mark" href="#timers_immediate_unref" id="timers_immediate_unref">#</a></span></h4> 220<div class="api_metadata"> 221<span>Added in: v9.7.0</span> 222</div> 223<ul> 224<li>Returns: <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> a reference to <code>immediate</code></li> 225</ul> 226<p>When called, the active <code>Immediate</code> object will not require the Node.js event 227loop to remain active. If there is no other activity keeping the event loop 228running, the process may exit before the <code>Immediate</code> object's callback is 229invoked. Calling <code>immediate.unref()</code> multiple times will have no effect.</p> 230</section><section><h3>Class: <code>Timeout</code><span><a class="mark" href="#timers_class_timeout" id="timers_class_timeout">#</a></span></h3> 231<p>This object is created internally and is returned from <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> and 232<a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>. It can be passed to either <a href="#timers_cleartimeout_timeout"><code>clearTimeout()</code></a> or 233<a href="#timers_clearinterval_timeout"><code>clearInterval()</code></a> in order to cancel the scheduled actions.</p> 234<p>By default, when a timer is scheduled using either <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> or 235<a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>, the Node.js event loop will continue running as long as the 236timer is active. Each of the <code>Timeout</code> objects returned by these functions 237export both <code>timeout.ref()</code> and <code>timeout.unref()</code> functions that can be used to 238control this default behavior.</p> 239<h4><code>timeout.hasRef()</code><span><a class="mark" href="#timers_timeout_hasref" id="timers_timeout_hasref">#</a></span></h4> 240<div class="api_metadata"> 241<span>Added in: v11.0.0</span> 242</div> 243<ul> 244<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type" class="type"><boolean></a></li> 245</ul> 246<p>If true, the <code>Timeout</code> object will keep the Node.js event loop active.</p> 247<h4><code>timeout.ref()</code><span><a class="mark" href="#timers_timeout_ref" id="timers_timeout_ref">#</a></span></h4> 248<div class="api_metadata"> 249<span>Added in: v0.9.1</span> 250</div> 251<ul> 252<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 253</ul> 254<p>When called, requests that the Node.js event loop <em>not</em> exit so long as the 255<code>Timeout</code> is active. Calling <code>timeout.ref()</code> multiple times will have no effect.</p> 256<p>By default, all <code>Timeout</code> objects are "ref'ed", making it normally unnecessary 257to call <code>timeout.ref()</code> unless <code>timeout.unref()</code> had been called previously.</p> 258<h4><code>timeout.refresh()</code><span><a class="mark" href="#timers_timeout_refresh" id="timers_timeout_refresh">#</a></span></h4> 259<div class="api_metadata"> 260<span>Added in: v10.2.0</span> 261</div> 262<ul> 263<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 264</ul> 265<p>Sets the timer's start time to the current time, and reschedules the timer to 266call its callback at the previously specified duration adjusted to the current 267time. This is useful for refreshing a timer without allocating a new 268JavaScript object.</p> 269<p>Using this on a timer that has already called its callback will reactivate the 270timer.</p> 271<h4><code>timeout.unref()</code><span><a class="mark" href="#timers_timeout_unref" id="timers_timeout_unref">#</a></span></h4> 272<div class="api_metadata"> 273<span>Added in: v0.9.1</span> 274</div> 275<ul> 276<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 277</ul> 278<p>When called, the active <code>Timeout</code> object will not require the Node.js event loop 279to remain active. If there is no other activity keeping the event loop running, 280the process may exit before the <code>Timeout</code> object's callback is invoked. Calling 281<code>timeout.unref()</code> multiple times will have no effect.</p> 282<p>Calling <code>timeout.unref()</code> creates an internal timer that will wake the Node.js 283event loop. Creating too many of these can adversely impact performance 284of the Node.js application.</p> 285<h4><code>timeout[Symbol.toPrimitive]()</code><span><a class="mark" href="#timers_timeout_symbol_toprimitive" id="timers_timeout_symbol_toprimitive">#</a></span></h4> 286<div class="api_metadata"> 287<span>Added in: v14.9.0</span> 288</div> 289<ul> 290<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type"><integer></a> a number that can be used to reference this <code>timeout</code></li> 291</ul> 292<p>Coerce a <code>Timeout</code> to a primitive. The primitive can be used to 293clear the <code>Timeout</code>. The primitive can only be used in the 294same thread where the timeout was created. Therefore, to use it 295across <a href="worker_threads.html"><code>worker_threads</code></a> it must first be passed to the correct 296thread. This allows enhanced compatibility with browser 297<code>setTimeout()</code> and <code>setInterval()</code> implementations.</p> 298</section><section><h3>Scheduling timers<span><a class="mark" href="#timers_scheduling_timers" id="timers_scheduling_timers">#</a></span></h3> 299<p>A timer in Node.js is an internal construct that calls a given function after 300a certain period of time. When a timer's function is called varies depending on 301which method was used to create the timer and what other work the Node.js 302event loop is doing.</p> 303<h4><code>setImmediate(callback[, ...args])</code><span><a class="mark" href="#timers_setimmediate_callback_args" id="timers_setimmediate_callback_args">#</a></span></h4> 304<div class="api_metadata"> 305<span>Added in: v0.9.1</span> 306</div> 307<ul> 308<li><code>callback</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The function to call at the end of this turn of 309the Node.js <a href="https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout">Event Loop</a></li> 310<li><code>...args</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Data_types" class="type"><any></a> Optional arguments to pass when the <code>callback</code> is called.</li> 311<li>Returns: <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> for use with <a href="#timers_clearimmediate_immediate"><code>clearImmediate()</code></a></li> 312</ul> 313<p>Schedules the "immediate" execution of the <code>callback</code> after I/O events' 314callbacks.</p> 315<p>When multiple calls to <code>setImmediate()</code> are made, the <code>callback</code> functions are 316queued for execution in the order in which they are created. The entire callback 317queue is processed every event loop iteration. If an immediate timer is queued 318from inside an executing callback, that timer will not be triggered until the 319next event loop iteration.</p> 320<p>If <code>callback</code> is not a function, a <a href="errors.html#errors_class_typeerror"><code>TypeError</code></a> will be thrown.</p> 321<p>This method has a custom variant for promises that is available using 322<a href="util.html#util_util_promisify_original"><code>util.promisify()</code></a>:</p> 323<pre><code class="language-js"><span class="hljs-keyword">const</span> util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'util'</span>); 324<span class="hljs-keyword">const</span> setImmediatePromise = util.<span class="hljs-title function_">promisify</span>(setImmediate); 325 326<span class="hljs-title function_">setImmediatePromise</span>(<span class="hljs-string">'foobar'</span>).<span class="hljs-title function_">then</span>(<span class="hljs-function">(<span class="hljs-params">value</span>) =></span> { 327 <span class="hljs-comment">// value === 'foobar' (passing values is optional)</span> 328 <span class="hljs-comment">// This is executed after all I/O callbacks.</span> 329}); 330 331<span class="hljs-comment">// Or with async function</span> 332<span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span> <span class="hljs-title function_">timerExample</span>(<span class="hljs-params"></span>) { 333 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Before I/O callbacks'</span>); 334 <span class="hljs-keyword">await</span> <span class="hljs-title function_">setImmediatePromise</span>(); 335 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'After I/O callbacks'</span>); 336} 337<span class="hljs-title function_">timerExample</span>();</code></pre> 338<h4><code>setInterval(callback[, delay[, ...args]])</code><span><a class="mark" href="#timers_setinterval_callback_delay_args" id="timers_setinterval_callback_delay_args">#</a></span></h4> 339<div class="api_metadata"> 340<span>Added in: v0.0.1</span> 341</div> 342<ul> 343<li><code>callback</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The function to call when the timer elapses.</li> 344<li><code>delay</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type"><number></a> The number of milliseconds to wait before calling the 345<code>callback</code>. <strong>Default</strong>: <code>1</code>.</li> 346<li><code>...args</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Data_types" class="type"><any></a> Optional arguments to pass when the <code>callback</code> is called.</li> 347<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> for use with <a href="#timers_clearinterval_timeout"><code>clearInterval()</code></a></li> 348</ul> 349<p>Schedules repeated execution of <code>callback</code> every <code>delay</code> milliseconds.</p> 350<p>When <code>delay</code> is larger than <code>2147483647</code> or less than <code>1</code>, the <code>delay</code> will be 351set to <code>1</code>. Non-integer delays are truncated to an integer.</p> 352<p>If <code>callback</code> is not a function, a <a href="errors.html#errors_class_typeerror"><code>TypeError</code></a> will be thrown.</p> 353<h4><code>setTimeout(callback[, delay[, ...args]])</code><span><a class="mark" href="#timers_settimeout_callback_delay_args" id="timers_settimeout_callback_delay_args">#</a></span></h4> 354<div class="api_metadata"> 355<span>Added in: v0.0.1</span> 356</div> 357<ul> 358<li><code>callback</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" class="type"><Function></a> The function to call when the timer elapses.</li> 359<li><code>delay</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type"><number></a> The number of milliseconds to wait before calling the 360<code>callback</code>. <strong>Default</strong>: <code>1</code>.</li> 361<li><code>...args</code> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Data_types" class="type"><any></a> Optional arguments to pass when the <code>callback</code> is called.</li> 362<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> for use with <a href="#timers_cleartimeout_timeout"><code>clearTimeout()</code></a></li> 363</ul> 364<p>Schedules execution of a one-time <code>callback</code> after <code>delay</code> milliseconds.</p> 365<p>The <code>callback</code> will likely not be invoked in precisely <code>delay</code> milliseconds. 366Node.js makes no guarantees about the exact timing of when callbacks will fire, 367nor of their ordering. The callback will be called as close as possible to the 368time specified.</p> 369<p>When <code>delay</code> is larger than <code>2147483647</code> or less than <code>1</code>, the <code>delay</code> 370will be set to <code>1</code>. Non-integer delays are truncated to an integer.</p> 371<p>If <code>callback</code> is not a function, a <a href="errors.html#errors_class_typeerror"><code>TypeError</code></a> will be thrown.</p> 372<p>This method has a custom variant for promises that is available using 373<a href="util.html#util_util_promisify_original"><code>util.promisify()</code></a>:</p> 374<pre><code class="language-js"><span class="hljs-keyword">const</span> util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'util'</span>); 375<span class="hljs-keyword">const</span> setTimeoutPromise = util.<span class="hljs-title function_">promisify</span>(<span class="hljs-built_in">setTimeout</span>); 376 377setTimeoutPromise(<span class="hljs-number">40</span>, <span class="hljs-string">'foobar'</span>).<span class="hljs-title function_">then</span>(<span class="hljs-function">(<span class="hljs-params">value</span>) =></span> { 378 <span class="hljs-comment">// value === 'foobar' (passing values is optional)</span> 379 <span class="hljs-comment">// This is executed after about 40 milliseconds.</span> 380});</code></pre> 381</section><section><h3>Cancelling timers<span><a class="mark" href="#timers_cancelling_timers" id="timers_cancelling_timers">#</a></span></h3> 382<p>The <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>, <a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>, and <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> methods 383each return objects that represent the scheduled timers. These can be used to 384cancel the timer and prevent it from triggering.</p> 385<p>For the promisified variants of <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a> and <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a>, 386an <a href="globals.html#globals_class_abortcontroller"><code>AbortController</code></a> may be used to cancel the timer. When canceled, the 387returned Promises will be rejected with an <code>'AbortError'</code>.</p> 388<p>For <code>setImmediate()</code>:</p> 389<pre><code class="language-js"><span class="hljs-keyword">const</span> util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'util'</span>); 390<span class="hljs-keyword">const</span> setImmediatePromise = util.<span class="hljs-title function_">promisify</span>(setImmediate); 391 392<span class="hljs-keyword">const</span> ac = <span class="hljs-keyword">new</span> <span class="hljs-title class_">AbortController</span>(); 393<span class="hljs-keyword">const</span> signal = ac.<span class="hljs-property">signal</span>; 394 395<span class="hljs-title function_">setImmediatePromise</span>(<span class="hljs-string">'foobar'</span>, { signal }) 396 .<span class="hljs-title function_">then</span>(<span class="hljs-variable language_">console</span>.<span class="hljs-property">log</span>) 397 .<span class="hljs-title function_">catch</span>(<span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 398 <span class="hljs-keyword">if</span> (err.<span class="hljs-property">name</span> === <span class="hljs-string">'AbortError'</span>) 399 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'The immediate was aborted'</span>); 400 }); 401 402ac.<span class="hljs-title function_">abort</span>();</code></pre> 403<p>For <code>setTimeout()</code>:</p> 404<pre><code class="language-js"><span class="hljs-keyword">const</span> util = <span class="hljs-built_in">require</span>(<span class="hljs-string">'util'</span>); 405<span class="hljs-keyword">const</span> setTimeoutPromise = util.<span class="hljs-title function_">promisify</span>(<span class="hljs-built_in">setTimeout</span>); 406 407<span class="hljs-keyword">const</span> ac = <span class="hljs-keyword">new</span> <span class="hljs-title class_">AbortController</span>(); 408<span class="hljs-keyword">const</span> signal = ac.<span class="hljs-property">signal</span>; 409 410setTimeoutPromise(<span class="hljs-number">1000</span>, <span class="hljs-string">'foobar'</span>, { signal }) 411 .<span class="hljs-title function_">then</span>(<span class="hljs-variable language_">console</span>.<span class="hljs-property">log</span>) 412 .<span class="hljs-title function_">catch</span>(<span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 413 <span class="hljs-keyword">if</span> (err.<span class="hljs-property">name</span> === <span class="hljs-string">'AbortError'</span>) 414 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'The timeout was aborted'</span>); 415 }); 416 417ac.<span class="hljs-title function_">abort</span>();</code></pre> 418<h4><code>clearImmediate(immediate)</code><span><a class="mark" href="#timers_clearimmediate_immediate" id="timers_clearimmediate_immediate">#</a></span></h4> 419<div class="api_metadata"> 420<span>Added in: v0.9.1</span> 421</div> 422<ul> 423<li><code>immediate</code> <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> An <code>Immediate</code> object as returned by 424<a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>.</li> 425</ul> 426<p>Cancels an <code>Immediate</code> object created by <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>.</p> 427<h4><code>clearInterval(timeout)</code><span><a class="mark" href="#timers_clearinterval_timeout" id="timers_clearinterval_timeout">#</a></span></h4> 428<div class="api_metadata"> 429<span>Added in: v0.0.1</span> 430</div> 431<ul> 432<li><code>timeout</code> <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type"><number></a> A <code>Timeout</code> object as returned by <a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a> 433or the <a href="#timers_timeout_symbol_toprimitive">primitive</a> of the <code>Timeout</code> object as a string or a number.</li> 434</ul> 435<p>Cancels a <code>Timeout</code> object created by <a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>.</p> 436<h4><code>clearTimeout(timeout)</code><span><a class="mark" href="#timers_cleartimeout_timeout" id="timers_cleartimeout_timeout">#</a></span></h4> 437<div class="api_metadata"> 438<span>Added in: v0.0.1</span> 439</div> 440<ul> 441<li><code>timeout</code> <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type" class="type"><string></a> | <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type" class="type"><number></a> A <code>Timeout</code> object as returned by <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> 442or the <a href="#timers_timeout_symbol_toprimitive">primitive</a> of the <code>Timeout</code> object as a string or a number.</li> 443</ul> 444<p>Cancels a <code>Timeout</code> object created by <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a>.</p></section> 445 <!-- API END --> 446 </div> 447 </div> 448 </div> 449 <script> 450 'use strict'; 451 { 452 const kCustomPreference = 'customDarkTheme'; 453 const userSettings = sessionStorage.getItem(kCustomPreference); 454 const themeToggleButton = document.getElementById('theme-toggle-btn'); 455 if (userSettings === null && window.matchMedia) { 456 const mq = window.matchMedia('(prefers-color-scheme: dark)'); 457 if ('onchange' in mq) { 458 function mqChangeListener(e) { 459 document.body.classList.toggle('dark-mode', e.matches); 460 } 461 mq.addEventListener('change', mqChangeListener); 462 if (themeToggleButton) { 463 themeToggleButton.addEventListener('click', function() { 464 mq.removeEventListener('change', mqChangeListener); 465 }, { once: true }); 466 } 467 } 468 if (mq.matches) { 469 document.body.classList.add('dark-mode'); 470 } 471 } else if (userSettings === 'true') { 472 document.body.classList.add('dark-mode'); 473 } 474 if (themeToggleButton) { 475 themeToggleButton.hidden = false; 476 themeToggleButton.addEventListener('click', function() { 477 sessionStorage.setItem( 478 kCustomPreference, 479 document.body.classList.toggle('dark-mode') 480 ); 481 }); 482 } 483 } 484 </script> 485</body> 486</html> 487