| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent afb6178 commit 797bd73
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -305,7 +305,8 @@ Cancels an `Immediate` object created by [`setImmediate()`][]. | |||
| 305 | 305 | added: v0.0.1 | |
| 306 | 306 | --> | |
| 307 | 307 | ||
| 308 | - * `timeout` {Timeout} A `Timeout` object as returned by [`setInterval()`][]. | ||
| 308 | + * `timeout` {Timeout|string|number} A `Timeout` object as returned by [`setInterval()`][] | ||
| 309 | + or the [primitive][] of the `Timeout` object as a string or a number. | ||
| 309 | 310 | ||
| 310 | 311 | Cancels a `Timeout` object created by [`setInterval()`][]. | |
| 311 | 312 | ||
@@ -314,7 +315,8 @@ Cancels a `Timeout` object created by [`setInterval()`][]. | |||
| 314 | 315 | added: v0.0.1 | |
| 315 | 316 | --> | |
| 316 | 317 | ||
| 317 | - * `timeout` {Timeout} A `Timeout` object as returned by [`setTimeout()`][]. | ||
| 318 | + * `timeout` {Timeout|string|number} A `Timeout` object as returned by [`setTimeout()`][] | ||
| 319 | + or the [primitive][] of the `Timeout` object as a string or a number. | ||
| 318 | 320 | ||
| 319 | 321 | Cancels a `Timeout` object created by [`setTimeout()`][]. | |
| 320 | 322 | ||
@@ -329,3 +331,4 @@ Cancels a `Timeout` object created by [`setTimeout()`][]. | |||
| 329 | 331 | [`setTimeout()`]: timers.md#timers_settimeout_callback_delay_args | |
| 330 | 332 | [`util.promisify()`]: util.md#util_util_promisify_original | |
| 331 | 333 | [`worker_threads`]: worker_threads.md | |
| 334 | + [primitive]: timers.md#timers_timeout_symbol_toprimitive | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments