We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08186b2 commit 7822eb1Copy full SHA for 7822eb1
doc/api/process.md
@@ -429,6 +429,8 @@ Signal events will be emitted when the Node.js process receives a signal. Please
429
refer to signal(7) for a listing of standard POSIX signal names such as
430
`'SIGINT'`, `'SIGHUP'`, etc.
431
432
+Signals are not available on [`Worker`][] threads.
433
+
434
The signal handler will receive the signal's name (`'SIGINT'`,
435
`'SIGTERM'`, etc.) as the first argument.
436
0 commit comments