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:
authorRod Vagg <rod@vagg.org>2018-02-27 21:21:55 +0300
committerRod Vagg <rod@vagg.org>2018-03-01 12:47:02 +0300
commit197fbbed553b61dbc614ff194a93602abdec5e2b (patch)
treead5090ec6b4309a1c7b6b5e0e070a6d525431d05 /doc/api/timers.md
parent3f78d3fcf8029a0a169baa314afa89d47377790d (diff)
2018-03-01, Version 9.7.0 (Current)
Notable Changes: * **libuv**: - Updated to libuv 1.19.2 (Colin Ihrig) [#18918](https://github.com/nodejs/node/pull/18918) * **src**: - Add initial support for Node.js-specific post-mortem metadata (Matheus Marchini) [#14901](https://github.com/nodejs/node/pull/14901) * **timers**: - The return value of `setImmediate()` now has `ref()` and `unref()` methods (Anatoli Papirovski) [#18139](https://github.com/nodejs/node/pull/18139) * **util**: - It is now possible to get the name for a numerical platform-specific error code as a string (Joyee Cheung) [#18186](https://github.com/nodejs/node/pull/18186) PR-URL: https://github.com/nodejs/node/pull/19040 Prepared-By: Anna Henningsen <anna@addaleax.net>
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 30c3200b1d7..6a994c9c154 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
@@ -39,7 +39,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