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 5536048 commit d3c9695Copy full SHA for d3c9695
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