meaning of the boolean return value of send()
not documented #26995
Closed
Description
https://nodejs.org/api/child_process.html#child_process_subprocess_send_message_sendhandle_options_callback describes the meaning of the boolean return.
It should be described in https://nodejs.org/api/cluster.html#cluster_worker_send_message_sendhandle_callback and
https://nodejs.org/api/process.html#process_process_send_message_sendhandle_options_callback but is not.
reported in #26937 (comment)
- Version: all
- Platform: n/a
- Subsystem: process, cluster
Activity