@@ -580,8 +580,8 @@ added: v0.11.12
580580* ` args ` {Array} List of string arguments
581581* ` options ` {Object}
582582 * ` 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
585585 - supplying this value will override ` stdio[0] `
586586 * ` stdio ` {String | Array} Child's stdio configuration. (Default: ` 'pipe' ` )
587587 - ` stderr ` by default will be output to the parent process' stderr unless
@@ -618,8 +618,8 @@ added: v0.11.12
618618* ` command ` {String} The command to run
619619* ` options ` {Object}
620620 * ` 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
623623 - supplying this value will override ` stdio[0] `
624624 * ` stdio ` {String | Array} Child's stdio configuration. (Default: ` 'pipe' ` )
625625 - ` stderr ` by default will be output to the parent process' stderr unless
@@ -666,8 +666,8 @@ added: v0.11.12
666666* ` args ` {Array} List of string arguments
667667* ` options ` {Object}
668668 * ` 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
671671 - supplying this value will override ` stdio[0] `
672672 * ` stdio ` {String | Array} Child's stdio configuration.
673673 * ` env ` {Object} Environment key-value pairs
0 commit comments