Closed
Description
Affected URL(s)
https://nodejs.org/dist/latest-v20.x/docs/api/cluster.html#clustersettings
Description of the problem
The docs state that the stdio
property of cluster.settings
is an Array but they do not document what the array should be populated with.
It should link to https://nodejs.org/dist/latest-v20.x/docs/api/child_process.html#optionsstdio if it uses the same structure (I’m assuming it does, as child_process.fork()
does.