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.20.1"> 7 <title>Timers | Node.js v14.20.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.20.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-v18.x/api/timers.html">18.x</a></li> 120<li><a href="https://nodejs.org/docs/latest-v17.x/api/timers.html">17.x</a></li> 121<li><a href="https://nodejs.org/docs/latest-v16.x/api/timers.html">16.x <b>LTS</b></a></li> 122<li><a href="https://nodejs.org/docs/latest-v15.x/api/timers.html">15.x</a></li> 123<li><a href="https://nodejs.org/docs/latest-v14.x/api/timers.html">14.x <b>LTS</b></a></li> 124<li><a href="https://nodejs.org/docs/latest-v13.x/api/timers.html">13.x</a></li> 125<li><a href="https://nodejs.org/docs/latest-v12.x/api/timers.html">12.x <b>LTS</b></a></li> 126<li><a href="https://nodejs.org/docs/latest-v11.x/api/timers.html">11.x</a></li> 127<li><a href="https://nodejs.org/docs/latest-v10.x/api/timers.html">10.x</a></li> 128<li><a href="https://nodejs.org/docs/latest-v9.x/api/timers.html">9.x</a></li> 129<li><a href="https://nodejs.org/docs/latest-v8.x/api/timers.html">8.x</a></li> 130<li><a href="https://nodejs.org/docs/latest-v7.x/api/timers.html">7.x</a></li> 131<li><a href="https://nodejs.org/docs/latest-v6.x/api/timers.html">6.x</a></li> 132<li><a href="https://nodejs.org/docs/latest-v5.x/api/timers.html">5.x</a></li> 133<li><a href="https://nodejs.org/docs/latest-v4.x/api/timers.html">4.x</a></li> 134<li><a href="https://nodejs.org/docs/latest-v0.12.x/api/timers.html">0.12.x</a></li> 135<li><a href="https://nodejs.org/docs/latest-v0.10.x/api/timers.html">0.10.x</a></li></ol> 136 </li> 137 138 <li class="edit_on_github"><a href="https://github.com/nodejs/node/edit/master/doc/api/timers.md">Edit on GitHub</a></li> 139 </ul> 140 </div> 141 <hr> 142 </header> 143 144 <details id="toc" open><summary>Table of contents</summary><ul> 145<li><span class="stability_2"><a href="#timers_timers">Timers</a></span> 146<ul> 147<li><a href="#timers_class_immediate">Class: <code>Immediate</code></a> 148<ul> 149<li><a href="#timers_immediate_hasref"><code>immediate.hasRef()</code></a></li> 150<li><a href="#timers_immediate_ref"><code>immediate.ref()</code></a></li> 151<li><a href="#timers_immediate_unref"><code>immediate.unref()</code></a></li> 152</ul> 153</li> 154<li><a href="#timers_class_timeout">Class: <code>Timeout</code></a> 155<ul> 156<li><a href="#timers_timeout_hasref"><code>timeout.hasRef()</code></a></li> 157<li><a href="#timers_timeout_ref"><code>timeout.ref()</code></a></li> 158<li><a href="#timers_timeout_refresh"><code>timeout.refresh()</code></a></li> 159<li><a href="#timers_timeout_unref"><code>timeout.unref()</code></a></li> 160<li><a href="#timers_timeout_symbol_toprimitive"><code>timeout[Symbol.toPrimitive]()</code></a></li> 161</ul> 162</li> 163<li><a href="#timers_scheduling_timers">Scheduling timers</a> 164<ul> 165<li><a href="#timers_setimmediate_callback_args"><code>setImmediate(callback[, ...args])</code></a></li> 166<li><a href="#timers_setinterval_callback_delay_args"><code>setInterval(callback[, delay[, ...args]])</code></a></li> 167<li><a href="#timers_settimeout_callback_delay_args"><code>setTimeout(callback[, delay[, ...args]])</code></a></li> 168</ul> 169</li> 170<li><a href="#timers_cancelling_timers">Cancelling timers</a> 171<ul> 172<li><a href="#timers_clearimmediate_immediate"><code>clearImmediate(immediate)</code></a></li> 173<li><a href="#timers_clearinterval_timeout"><code>clearInterval(timeout)</code></a></li> 174<li><a href="#timers_cleartimeout_timeout"><code>clearTimeout(timeout)</code></a></li> 175</ul> 176</li> 177</ul> 178</li> 179</ul></details> 180 181 <div id="apicontent"> 182 <h2>Timers<span><a class="mark" href="#timers_timers" id="timers_timers">#</a></span></h2> 183 184<p></p><div class="api_stability api_stability_2"><a href="documentation.html#documentation_stability_index">Stability: 2</a> - Stable</div><p></p> 185<p><strong>Source Code:</strong> <a href="https://github.com/nodejs/node/blob/v14.20.1/lib/timers.js">lib/timers.js</a></p> 186<p>The <code>timer</code> module exposes a global API for scheduling functions to 187be called at some future period of time. Because the timer functions are 188globals, there is no need to call <code>require('timers')</code> to use the API.</p> 189<p>The timer functions within Node.js implement a similar API as the timers API 190provided by Web Browsers but use a different internal implementation that is 191built around the Node.js <a href="https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout">Event Loop</a>.</p> 192<section><h3>Class: <code>Immediate</code><span><a class="mark" href="#timers_class_immediate" id="timers_class_immediate">#</a></span></h3> 193<p>This object is created internally and is returned from <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>. It 194can be passed to <a href="#timers_clearimmediate_immediate"><code>clearImmediate()</code></a> in order to cancel the scheduled 195actions.</p> 196<p>By default, when an immediate is scheduled, the Node.js event loop will continue 197running as long as the immediate is active. The <code>Immediate</code> object returned by 198<a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a> exports both <code>immediate.ref()</code> and <code>immediate.unref()</code> 199functions that can be used to control this default behavior.</p> 200<h4><code>immediate.hasRef()</code><span><a class="mark" href="#timers_immediate_hasref" id="timers_immediate_hasref">#</a></span></h4> 201<div class="api_metadata"> 202<span>Added in: v11.0.0</span> 203</div> 204<ul> 205<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type" class="type"><boolean></a></li> 206</ul> 207<p>If true, the <code>Immediate</code> object will keep the Node.js event loop active.</p> 208<h4><code>immediate.ref()</code><span><a class="mark" href="#timers_immediate_ref" id="timers_immediate_ref">#</a></span></h4> 209<div class="api_metadata"> 210<span>Added in: v9.7.0</span> 211</div> 212<ul> 213<li>Returns: <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> a reference to <code>immediate</code></li> 214</ul> 215<p>When called, requests that the Node.js event loop <em>not</em> exit so long as the 216<code>Immediate</code> is active. Calling <code>immediate.ref()</code> multiple times will have no 217effect.</p> 218<p>By default, all <code>Immediate</code> objects are "ref'ed", making it normally unnecessary 219to call <code>immediate.ref()</code> unless <code>immediate.unref()</code> had been called previously.</p> 220<h4><code>immediate.unref()</code><span><a class="mark" href="#timers_immediate_unref" id="timers_immediate_unref">#</a></span></h4> 221<div class="api_metadata"> 222<span>Added in: v9.7.0</span> 223</div> 224<ul> 225<li>Returns: <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> a reference to <code>immediate</code></li> 226</ul> 227<p>When called, the active <code>Immediate</code> object will not require the Node.js event 228loop to remain active. If there is no other activity keeping the event loop 229running, the process may exit before the <code>Immediate</code> object's callback is 230invoked. Calling <code>immediate.unref()</code> multiple times will have no effect.</p> 231</section><section><h3>Class: <code>Timeout</code><span><a class="mark" href="#timers_class_timeout" id="timers_class_timeout">#</a></span></h3> 232<p>This object is created internally and is returned from <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> and 233<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 234<a href="#timers_clearinterval_timeout"><code>clearInterval()</code></a> in order to cancel the scheduled actions.</p> 235<p>By default, when a timer is scheduled using either <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a> or 236<a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>, the Node.js event loop will continue running as long as the 237timer is active. Each of the <code>Timeout</code> objects returned by these functions 238export both <code>timeout.ref()</code> and <code>timeout.unref()</code> functions that can be used to 239control this default behavior.</p> 240<h4><code>timeout.hasRef()</code><span><a class="mark" href="#timers_timeout_hasref" id="timers_timeout_hasref">#</a></span></h4> 241<div class="api_metadata"> 242<span>Added in: v11.0.0</span> 243</div> 244<ul> 245<li>Returns: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type" class="type"><boolean></a></li> 246</ul> 247<p>If true, the <code>Timeout</code> object will keep the Node.js event loop active.</p> 248<h4><code>timeout.ref()</code><span><a class="mark" href="#timers_timeout_ref" id="timers_timeout_ref">#</a></span></h4> 249<div class="api_metadata"> 250<span>Added in: v0.9.1</span> 251</div> 252<ul> 253<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 254</ul> 255<p>When called, requests that the Node.js event loop <em>not</em> exit so long as the 256<code>Timeout</code> is active. Calling <code>timeout.ref()</code> multiple times will have no effect.</p> 257<p>By default, all <code>Timeout</code> objects are "ref'ed", making it normally unnecessary 258to call <code>timeout.ref()</code> unless <code>timeout.unref()</code> had been called previously.</p> 259<h4><code>timeout.refresh()</code><span><a class="mark" href="#timers_timeout_refresh" id="timers_timeout_refresh">#</a></span></h4> 260<div class="api_metadata"> 261<span>Added in: v10.2.0</span> 262</div> 263<ul> 264<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 265</ul> 266<p>Sets the timer's start time to the current time, and reschedules the timer to 267call its callback at the previously specified duration adjusted to the current 268time. This is useful for refreshing a timer without allocating a new 269JavaScript object.</p> 270<p>Using this on a timer that has already called its callback will reactivate the 271timer.</p> 272<h4><code>timeout.unref()</code><span><a class="mark" href="#timers_timeout_unref" id="timers_timeout_unref">#</a></span></h4> 273<div class="api_metadata"> 274<span>Added in: v0.9.1</span> 275</div> 276<ul> 277<li>Returns: <a href="timers.html#timers_class_timeout" class="type"><Timeout></a> a reference to <code>timeout</code></li> 278</ul> 279<p>When called, the active <code>Timeout</code> object will not require the Node.js event loop 280to remain active. If there is no other activity keeping the event loop running, 281the process may exit before the <code>Timeout</code> object's callback is invoked. Calling 282<code>timeout.unref()</code> multiple times will have no effect.</p> 283<p>Calling <code>timeout.unref()</code> creates an internal timer that will wake the Node.js 284event loop. Creating too many of these can adversely impact performance 285of the Node.js application.</p> 286<h4><code>timeout[Symbol.toPrimitive]()</code><span><a class="mark" href="#timers_timeout_symbol_toprimitive" id="timers_timeout_symbol_toprimitive">#</a></span></h4> 287<div class="api_metadata"> 288<span>Added in: v14.9.0</span> 289</div> 290<ul> 291<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> 292</ul> 293<p>Coerce a <code>Timeout</code> to a primitive. The primitive can be used to 294clear the <code>Timeout</code>. The primitive can only be used in the 295same thread where the timeout was created. Therefore, to use it 296across <a href="worker_threads.html"><code>worker_threads</code></a> it must first be passed to the correct 297thread. This allows enhanced compatibility with browser 298<code>setTimeout()</code> and <code>setInterval()</code> implementations.</p> 299</section><section><h3>Scheduling timers<span><a class="mark" href="#timers_scheduling_timers" id="timers_scheduling_timers">#</a></span></h3> 300<p>A timer in Node.js is an internal construct that calls a given function after 301a certain period of time. When a timer's function is called varies depending on 302which method was used to create the timer and what other work the Node.js 303event loop is doing.</p> 304<h4><code>setImmediate(callback[, ...args])</code><span><a class="mark" href="#timers_setimmediate_callback_args" id="timers_setimmediate_callback_args">#</a></span></h4> 305<div class="api_metadata"> 306<span>Added in: v0.9.1</span> 307</div> 308<ul> 309<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 310the Node.js <a href="https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout">Event Loop</a></li> 311<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> 312<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> 313</ul> 314<p>Schedules the "immediate" execution of the <code>callback</code> after I/O events' 315callbacks.</p> 316<p>When multiple calls to <code>setImmediate()</code> are made, the <code>callback</code> functions are 317queued for execution in the order in which they are created. The entire callback 318queue is processed every event loop iteration. If an immediate timer is queued 319from inside an executing callback, that timer will not be triggered until the 320next event loop iteration.</p> 321<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> 322<p>This method has a custom variant for promises that is available using 323<a href="util.html#util_util_promisify_original"><code>util.promisify()</code></a>:</p> 324<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>); 325<span class="hljs-keyword">const</span> setImmediatePromise = util.<span class="hljs-title function_">promisify</span>(setImmediate); 326 327<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> { 328 <span class="hljs-comment">// value === 'foobar' (passing values is optional)</span> 329 <span class="hljs-comment">// This is executed after all I/O callbacks.</span> 330}); 331 332<span class="hljs-comment">// Or with async function</span> 333<span class="hljs-keyword">async</span> <span class="hljs-keyword">function</span> <span class="hljs-title function_">timerExample</span>(<span class="hljs-params"></span>) { 334 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'Before I/O callbacks'</span>); 335 <span class="hljs-keyword">await</span> <span class="hljs-title function_">setImmediatePromise</span>(); 336 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'After I/O callbacks'</span>); 337} 338<span class="hljs-title function_">timerExample</span>();</code></pre> 339<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> 340<div class="api_metadata"> 341<span>Added in: v0.0.1</span> 342</div> 343<ul> 344<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> 345<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 346<code>callback</code>. <strong>Default</strong>: <code>1</code>.</li> 347<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> 348<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> 349</ul> 350<p>Schedules repeated execution of <code>callback</code> every <code>delay</code> milliseconds.</p> 351<p>When <code>delay</code> is larger than <code>2147483647</code> or less than <code>1</code>, the <code>delay</code> will be 352set to <code>1</code>. Non-integer delays are truncated to an integer.</p> 353<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> 354<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> 355<div class="api_metadata"> 356<span>Added in: v0.0.1</span> 357</div> 358<ul> 359<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> 360<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 361<code>callback</code>. <strong>Default</strong>: <code>1</code>.</li> 362<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> 363<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> 364</ul> 365<p>Schedules execution of a one-time <code>callback</code> after <code>delay</code> milliseconds.</p> 366<p>The <code>callback</code> will likely not be invoked in precisely <code>delay</code> milliseconds. 367Node.js makes no guarantees about the exact timing of when callbacks will fire, 368nor of their ordering. The callback will be called as close as possible to the 369time specified.</p> 370<p>When <code>delay</code> is larger than <code>2147483647</code> or less than <code>1</code>, the <code>delay</code> 371will be set to <code>1</code>. Non-integer delays are truncated to an integer.</p> 372<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> 373<p>This method has a custom variant for promises that is available using 374<a href="util.html#util_util_promisify_original"><code>util.promisify()</code></a>:</p> 375<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>); 376<span class="hljs-keyword">const</span> setTimeoutPromise = util.<span class="hljs-title function_">promisify</span>(<span class="hljs-built_in">setTimeout</span>); 377 378setTimeoutPromise(<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> { 379 <span class="hljs-comment">// value === 'foobar' (passing values is optional)</span> 380 <span class="hljs-comment">// This is executed after about 40 milliseconds.</span> 381});</code></pre> 382</section><section><h3>Cancelling timers<span><a class="mark" href="#timers_cancelling_timers" id="timers_cancelling_timers">#</a></span></h3> 383<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 384each return objects that represent the scheduled timers. These can be used to 385cancel the timer and prevent it from triggering.</p> 386<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>, 387an <a href="globals.html#globals_class_abortcontroller"><code>AbortController</code></a> may be used to cancel the timer. When canceled, the 388returned Promises will be rejected with an <code>'AbortError'</code>.</p> 389<p>For <code>setImmediate()</code>:</p> 390<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>); 391<span class="hljs-keyword">const</span> setImmediatePromise = util.<span class="hljs-title function_">promisify</span>(setImmediate); 392 393<span class="hljs-keyword">const</span> ac = <span class="hljs-keyword">new</span> <span class="hljs-title class_">AbortController</span>(); 394<span class="hljs-keyword">const</span> signal = ac.<span class="hljs-property">signal</span>; 395 396<span class="hljs-title function_">setImmediatePromise</span>(<span class="hljs-string">'foobar'</span>, { signal }) 397 .<span class="hljs-title function_">then</span>(<span class="hljs-variable language_">console</span>.<span class="hljs-property">log</span>) 398 .<span class="hljs-title function_">catch</span>(<span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 399 <span class="hljs-keyword">if</span> (err.<span class="hljs-property">name</span> === <span class="hljs-string">'AbortError'</span>) 400 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'The immediate was aborted'</span>); 401 }); 402 403ac.<span class="hljs-title function_">abort</span>();</code></pre> 404<p>For <code>setTimeout()</code>:</p> 405<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>); 406<span class="hljs-keyword">const</span> setTimeoutPromise = util.<span class="hljs-title function_">promisify</span>(<span class="hljs-built_in">setTimeout</span>); 407 408<span class="hljs-keyword">const</span> ac = <span class="hljs-keyword">new</span> <span class="hljs-title class_">AbortController</span>(); 409<span class="hljs-keyword">const</span> signal = ac.<span class="hljs-property">signal</span>; 410 411setTimeoutPromise(<span class="hljs-number">1000</span>, <span class="hljs-string">'foobar'</span>, { signal }) 412 .<span class="hljs-title function_">then</span>(<span class="hljs-variable language_">console</span>.<span class="hljs-property">log</span>) 413 .<span class="hljs-title function_">catch</span>(<span class="hljs-function">(<span class="hljs-params">err</span>) =></span> { 414 <span class="hljs-keyword">if</span> (err.<span class="hljs-property">name</span> === <span class="hljs-string">'AbortError'</span>) 415 <span class="hljs-variable language_">console</span>.<span class="hljs-title function_">log</span>(<span class="hljs-string">'The timeout was aborted'</span>); 416 }); 417 418ac.<span class="hljs-title function_">abort</span>();</code></pre> 419<h4><code>clearImmediate(immediate)</code><span><a class="mark" href="#timers_clearimmediate_immediate" id="timers_clearimmediate_immediate">#</a></span></h4> 420<div class="api_metadata"> 421<span>Added in: v0.9.1</span> 422</div> 423<ul> 424<li><code>immediate</code> <a href="timers.html#timers_class_immediate" class="type"><Immediate></a> An <code>Immediate</code> object as returned by 425<a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>.</li> 426</ul> 427<p>Cancels an <code>Immediate</code> object created by <a href="#timers_setimmediate_callback_args"><code>setImmediate()</code></a>.</p> 428<h4><code>clearInterval(timeout)</code><span><a class="mark" href="#timers_clearinterval_timeout" id="timers_clearinterval_timeout">#</a></span></h4> 429<div class="api_metadata"> 430<span>Added in: v0.0.1</span> 431</div> 432<ul> 433<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> 434or the <a href="#timers_timeout_symbol_toprimitive">primitive</a> of the <code>Timeout</code> object as a string or a number.</li> 435</ul> 436<p>Cancels a <code>Timeout</code> object created by <a href="#timers_setinterval_callback_delay_args"><code>setInterval()</code></a>.</p> 437<h4><code>clearTimeout(timeout)</code><span><a class="mark" href="#timers_cleartimeout_timeout" id="timers_cleartimeout_timeout">#</a></span></h4> 438<div class="api_metadata"> 439<span>Added in: v0.0.1</span> 440</div> 441<ul> 442<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> 443or the <a href="#timers_timeout_symbol_toprimitive">primitive</a> of the <code>Timeout</code> object as a string or a number.</li> 444</ul> 445<p>Cancels a <code>Timeout</code> object created by <a href="#timers_settimeout_callback_delay_args"><code>setTimeout()</code></a>.</p></section> 446 <!-- API END --> 447 </div> 448 </div> 449 </div> 450 <script> 451 'use strict'; 452 { 453 const kCustomPreference = 'customDarkTheme'; 454 const userSettings = sessionStorage.getItem(kCustomPreference); 455 const themeToggleButton = document.getElementById('theme-toggle-btn'); 456 if (userSettings === null && window.matchMedia) { 457 const mq = window.matchMedia('(prefers-color-scheme: dark)'); 458 if ('onchange' in mq) { 459 function mqChangeListener(e) { 460 document.body.classList.toggle('dark-mode', e.matches); 461 } 462 mq.addEventListener('change', mqChangeListener); 463 if (themeToggleButton) { 464 themeToggleButton.addEventListener('click', function() { 465 mq.removeEventListener('change', mqChangeListener); 466 }, { once: true }); 467 } 468 } 469 if (mq.matches) { 470 document.body.classList.add('dark-mode'); 471 } 472 } else if (userSettings === 'true') { 473 document.body.classList.add('dark-mode'); 474 } 475 if (themeToggleButton) { 476 themeToggleButton.hidden = false; 477 themeToggleButton.addEventListener('click', function() { 478 sessionStorage.setItem( 479 kCustomPreference, 480 document.body.classList.toggle('dark-mode') 481 ); 482 }); 483 } 484 } 485 </script> 486</body> 487</html> 488