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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 08b2e3c5d50..e19181760ea 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -72,7 +72,7 @@ if (isMainThread) {
## worker.moveMessagePortToContext(port, contextifiedSandbox)
<!-- YAML
-added: REPLACEME
+added: v11.13.0
-->
* `port` {MessagePort} The message port which will be transferred.