View source
typedef ChildProcessSendOptions
package js.node.child_process
import js.node.child_process.ChildProcess
Fields
optionalkeepOpen:Null<Bool>
Can be used when passing instances of js.node.net.Socket
.
When true, the socket is kept open in the sending process.
Defaults to false.