SpawnSyncOptionsWithStringEncoding

@native @JSType trait SpawnSyncOptionsWithStringEncoding extends StObject with SpawnSyncOptions
Companion
object
trait Abortable
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

Inherited fields

var argv0: UndefOr[String]
Inherited from
CommonSpawnOptions
var cwd: UndefOr[String]
Inherited from
ProcessEnvOptions
var encoding: UndefOr[BufferEncoding | buffer_ | Null]
Inherited from
SpawnSyncOptions
var env: UndefOr[ProcessEnv]
Inherited from
ProcessEnvOptions
var gid: UndefOr[Double]
Inherited from
ProcessEnvOptions
var input: UndefOr[String | ArrayBufferView]
Inherited from
SpawnSyncOptions
var killSignal: UndefOr[Signals | Double]

The signal value to be used when the spawned process will be killed by the abort signal.

The signal value to be used when the spawned process will be killed by the abort signal.

Inherited from
CommonSpawnOptions
var maxBuffer: UndefOr[Double]
Inherited from
SpawnSyncOptions

Specify the kind of serialization used for sending messages between processes.

Specify the kind of serialization used for sending messages between processes.

Inherited from
CommonSpawnOptions
var shell: UndefOr[Boolean | String]
Inherited from
CommonSpawnOptions
var signal: UndefOr[AbortSignal]

When provided the corresponding AbortController can be used to cancel an asynchronous action.

When provided the corresponding AbortController can be used to cancel an asynchronous action.

Inherited from
Abortable
var stdio: UndefOr[StdioOptions]
Inherited from
CommonSpawnOptions
var timeout: UndefOr[Double]
Inherited from
CommonOptions
var uid: UndefOr[Double]
Inherited from
ProcessEnvOptions
var windowsHide: UndefOr[Boolean]
Inherited from
CommonOptions
var windowsVerbatimArguments: UndefOr[Boolean]
Inherited from
CommonSpawnOptions