diff --git a/doc/api/process.md b/doc/api/process.md index 217fbb66bc0f9b..212c171cf88d62 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.