@@ -580,8 +580,8 @@ added: v0.11.12
|
580 | 580 | * `args` {Array} List of string arguments |
581 | 581 | * `options` {Object} |
582 | 582 | * `cwd` {String} Current working directory of the child process |
583 | | -* `input` {String|Buffer} The value which will be passed as stdin to the |
584 | | - spawned process |
| 583 | +* `input` {String|Buffer|Uint8Array} The value which will be passed as stdin |
| 584 | +to the spawned process |
585 | 585 | - supplying this value will override `stdio[0]` |
586 | 586 | * `stdio` {String | Array} Child's stdio configuration. (Default: `'pipe'`) |
587 | 587 | - `stderr` by default will be output to the parent process' stderr unless |
@@ -618,8 +618,8 @@ added: v0.11.12
|
618 | 618 | * `command` {String} The command to run |
619 | 619 | * `options` {Object} |
620 | 620 | * `cwd` {String} Current working directory of the child process |
621 | | -* `input` {String|Buffer} The value which will be passed as stdin to the |
622 | | - spawned process |
| 621 | +* `input` {String|Buffer|Uint8Array} The value which will be passed as stdin |
| 622 | +to the spawned process |
623 | 623 | - supplying this value will override `stdio[0]` |
624 | 624 | * `stdio` {String | Array} Child's stdio configuration. (Default: `'pipe'`) |
625 | 625 | - `stderr` by default will be output to the parent process' stderr unless |
@@ -666,8 +666,8 @@ added: v0.11.12
|
666 | 666 | * `args` {Array} List of string arguments |
667 | 667 | * `options` {Object} |
668 | 668 | * `cwd` {String} Current working directory of the child process |
669 | | -* `input` {String|Buffer} The value which will be passed as stdin to the |
670 | | - spawned process |
| 669 | +* `input` {String|Buffer|Uint8Array} The value which will be passed as stdin |
| 670 | +to the spawned process |
671 | 671 | - supplying this value will override `stdio[0]` |
672 | 672 | * `stdio` {String | Array} Child's stdio configuration. |
673 | 673 | * `env` {Object} Environment key-value pairs |
|