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/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index def3e414e08..7b414a5d1a2 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -795,7 +795,7 @@ immediately with an [`ERR_WORKER_NOT_RUNNING`][] error.
### `worker.performance`
<!-- YAML
-added: REPLACEME
+added: v14.17.0
-->
An object that can be used to query performance information from a worker
@@ -803,7 +803,7 @@ instance. Similar to [`perf_hooks.performance`][].
#### `performance.eventLoopUtilization([utilization1[, utilization2]])`
<!-- YAML
-added: REPLACEME
+added: v14.17.0
-->
* `utilization1` {Object} The result of a previous call to