The file descriptor for the standard input. It may be:
"ignore",null,undefined: The process will have no standard input"pipe": The process will have a new FileSink for standard input"inherit": The process will inherit the standard input of the current processArrayBufferView,Blob: The process will read from the buffernumber: The process will read from the file descriptor