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>
pull/21430/merge
Thomas Watson 2018-06-20 23:35:30 +02:00
parent 7a2e2fb36d
commit 182ee78164
No known key found for this signature in database
GPG Key ID: 34E24C749C9D4A61
1 changed files with 1 additions and 0 deletions

View File

@ -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').on('workerMessage')`]: #worker_threads_event_workermessage
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist [`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread [`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid [`require('worker_threads').threadId`]: #worker_threads_worker_threadid
[`cluster` module]: cluster.html [`cluster` module]: cluster.html
[`inspector`]: inspector.html [`inspector`]: inspector.html