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.
'ipc'
1 parent 407069a commit f10e1edCopy full SHA for f10e1ed
1 file changed
doc/api/child_process.md
@@ -263,6 +263,8 @@ added: v0.5.0
263
[`stdio`][] for more details (Default: `false`)
264
* `stdio` {Array} Supports the array version of [`child_process.spawn()`][]'s
265
[`stdio`][] option. When this option is provided, it overrides `silent`.
266
+ The array must contain exactly one item with value `'ipc'` or an error will
267
+ be thrown. For instance `[0, 1, 2, 'ipc']`.
268
* `uid` {Number} Sets the user identity of the process. (See setuid(2).)
269
* `gid` {Number} Sets the group identity of the process. (See setgid(2).)
270
* Return: {ChildProcess}
0 commit comments