Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/timers.md')
-rw-r--r--doc/api/timers.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/timers.md b/doc/api/timers.md
index 13f2dea37d9..c06de72ad79 100644
--- a/doc/api/timers.md
+++ b/doc/api/timers.md
@@ -25,7 +25,7 @@ functions that can be used to control this default behavior.
### immediate.ref()
<!-- YAML
-added: REPLACEME
+added: v9.7.0
-->
When called, requests that the Node.js event loop *not* exit so long as the
@@ -40,7 +40,7 @@ Returns a reference to the `Immediate`.
### immediate.unref()
<!-- YAML
-added: REPLACEME
+added: v9.7.0
-->
When called, the active `Immediate` object will not require the Node.js event