@@ -688,6 +688,10 @@ configuration at startup.
688688<!--  YAML
689689added: v0.11.12 
690690changes: 
691+   - version: REPLACEME 
692+     pr-url: https://github.com/nodejs/node/pull/22409 
693+     description: The `input` option can now be any `TypedArray` or a 
694+                  `DataView`. 
691695  - version: REPLACEME 
692696    pr-url: https://github.com/nodejs/node/pull/21316 
693697    description: The `windowsHide` option now defaults to `true`. 
@@ -706,8 +710,9 @@ changes:
706710*  ` args `  {string[ ] } List of string arguments.
707711*  ` options `  {Object}
708712  *  ` cwd `  {string} Current working directory of the child process.
709-   *  ` input `  {string|Buffer|Uint8Array} The value which will be passed as stdin
710-     to the spawned process. Supplying this value will override ` stdio[0] ` .
713+   *  ` input `  {string|Buffer|TypedArray|DataView} The value which will be passed
714+     as stdin to the spawned process. Supplying this value will override
715+     ` stdio[0] ` .
711716  *  ` stdio `  {string|Array} Child's stdio configuration. ` stderr `  by default will
712717    be output to the parent process' stderr unless ` stdio `  is specified.
713718    ** Default:**  ` 'pipe' ` .
@@ -753,6 +758,10 @@ arbitrary command execution.**
753758<!--  YAML
754759added: v0.11.12 
755760changes: 
761+   - version: REPLACEME 
762+     pr-url: https://github.com/nodejs/node/pull/22409 
763+     description: The `input` option can now be any `TypedArray` or a 
764+                  `DataView`. 
756765  - version: REPLACEME 
757766    pr-url: https://github.com/nodejs/node/pull/21316 
758767    description: The `windowsHide` option now defaults to `true`. 
@@ -767,8 +776,9 @@ changes:
767776*  ` command `  {string} The command to run.
768777*  ` options `  {Object}
769778  *  ` cwd `  {string} Current working directory of the child process.
770-   *  ` input `  {string|Buffer|Uint8Array} The value which will be passed as stdin
771-     to the spawned process. Supplying this value will override ` stdio[0] ` .
779+   *  ` input `  {string|Buffer|TypedArray|DataView} The value which will be passed
780+     as stdin to the spawned process. Supplying this value will override
781+     ` stdio[0] ` .
772782  *  ` stdio `  {string|Array} Child's stdio configuration. ` stderr `  by default will
773783    be output to the parent process' stderr unless ` stdio `  is specified.
774784    ** Default:**  ` 'pipe' ` .
@@ -810,6 +820,10 @@ metacharacters may be used to trigger arbitrary command execution.**
810820<!--  YAML
811821added: v0.11.12 
812822changes: 
823+   - version: REPLACEME 
824+     pr-url: https://github.com/nodejs/node/pull/22409 
825+     description: The `input` option can now be any `TypedArray` or a 
826+                  `DataView`. 
813827  - version: REPLACEME 
814828    pr-url: https://github.com/nodejs/node/pull/21316 
815829    description: The `windowsHide` option now defaults to `true`. 
@@ -831,8 +845,9 @@ changes:
831845*  ` args `  {string[ ] } List of string arguments.
832846*  ` options `  {Object}
833847  *  ` cwd `  {string} Current working directory of the child process.
834-   *  ` input `  {string|Buffer|Uint8Array} The value which will be passed as stdin
835-     to the spawned process. Supplying this value will override ` stdio[0] ` .
848+   *  ` input `  {string|Buffer|TypedArray|DataView} The value which will be passed
849+     as stdin to the spawned process. Supplying this value will override
850+     ` stdio[0] ` .
836851  *  ` argv0 `  {string} Explicitly set the value of ` argv[0] `  sent to the child
837852    process. This will be set to ` command `  if not specified.
838853  *  ` stdio `  {string|Array} Child's stdio configuration.
0 commit comments