We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2e2fb commit 182ee78Copy full SHA for 182ee78
doc/api/worker_threads.md
@@ -481,6 +481,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
481
[`require('worker_threads').on('workerMessage')`]: #worker_threads_event_workermessage
482
[`require('worker_threads').postMessage()`]: #worker_threads_worker_postmessage_value_transferlist
483
[`require('worker_threads').isMainThread`]: #worker_threads_worker_ismainthread
484
+[`require('worker_threads').parentPort`]: #worker_threads_worker_parentport
485
[`require('worker_threads').threadId`]: #worker_threads_worker_threadid
486
[`cluster` module]: cluster.html
487
[`inspector`]: inspector.html
0 commit comments