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 98fed76 commit 1cafefdCopy full SHA for 1cafefd
doc/api/worker_threads.md
@@ -260,7 +260,7 @@ added: v22.5.0
260
261
> Stability: 1.1 - Active development
262
263
-* `destination` {number} The target thread ID. If the thread ID is invalid, a
+* `threadId` {number} The target thread ID. If the thread ID is invalid, a
264
[`ERR_WORKER_MESSAGING_FAILED`][] error will be thrown. If the target thread ID is the current thread ID,
265
a [`ERR_WORKER_MESSAGING_SAME_THREAD`][] error will be thrown.
266
* `value` {any} The value to send.
0 commit comments