From 9e3168478cadd28a9a2a5431d4295476af980723 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 20 Jun 2018 23:35:30 +0200 Subject: [PATCH] doc: fix missing parentPort link in worker_threads PR-URL: https://github.com/nodejs/node/pull/21430 Reviewed-By: Vse Mozhet Byt Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca --- doc/api/worker_threads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 652538129fd039..25a957d9f7f0f0 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