diff --git a/doc/api/process.md b/doc/api/process.md index ae37eba0879dfa..b5945cd80aebe9 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -429,6 +429,8 @@ Signal events will be emitted when the Node.js process receives a signal. Please refer to signal(7) for a listing of standard POSIX signal names such as `'SIGINT'`, `'SIGHUP'`, etc. +Signals are not available on [`Worker`][] threads. + The signal handler will receive the signal's name (`'SIGINT'`, `'SIGTERM'`, etc.) as the first argument.