Commit 7fd8f13
doc: add note about timeout delay > TIMEOUT_MAX
When setTimeout() and setInterval() are called with `delay` greater than
TIMEOUT_MAX (2147483647), the supplied value is ignored and 1 is used
instead. Add a note about this in the timers docs.
PR-URL: #3512
Reviewed-By: Trevor Norris <trev.norris@gmai.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent 5977963 commit 7fd8f13Copy full SHA for 7fd8f13
File tree
Expand file treeCollapse file tree
1 file changed
+8
-0
lines changedOpen diff view settings
Filter options
- doc/api
Expand file treeCollapse file tree
1 file changed
+8
-0
lines changedOpen diff view settings
Collapse file
+8Lines changed: 8 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
19 | 23 | |
20 | 24 | |
21 | 25 | |
| ||
26 | 30 | |
27 | 31 | |
28 | 32 | |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
29 | 37 | |
30 | 38 | |
31 | 39 | |
|
0 commit comments