aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Watson <w@tson.dk>2018-06-20 23:35:30 +0200
committerThomas Watson <w@tson.dk>2018-06-21 11:50:14 +0200
commit182ee78164a261836464364e6b5131df5c2c4d77 (patch)
tree423a1f9a352aca84d59281ce041d2d6640e32c26 /doc
parent7a2e2fb36defb85e6b3973f5d94590fc2bbc96cc (diff)
downloadandroid-node-v8-182ee78164a261836464364e6b5131df5c2c4d77.tar.gz
android-node-v8-182ee78164a261836464364e6b5131df5c2c4d77.tar.bz2
android-node-v8-182ee78164a261836464364e6b5131df5c2c4d77.zip
doc: fix missing parentPort link in worker_threads
PR-URL: https://github.com/nodejs/node/pull/21430 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/worker_threads.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 652538129f..25a957d9f7 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -481,6 +481,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
[`require('worker_threads').on('workerMessage')`]: #worker_threads_event_workermessage
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
+[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid
[`cluster` module]: cluster.html
[`inspector`]: inspector.html