ExecFileOptionsWithOtherEncoding

@native @JSType trait ExecFileOptionsWithOtherEncoding extends StObject with ExecFileOptions
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 cwd: UndefOr[String]
Inherited from
ProcessEnvOptions
var env: UndefOr[ProcessEnv]
Inherited from
ProcessEnvOptions
var gid: UndefOr[Double]
Inherited from
ProcessEnvOptions
var killSignal: UndefOr[Signals | Double]
Inherited from
ExecFileOptions
var maxBuffer: UndefOr[Double]
Inherited from
ExecFileOptions
var shell: UndefOr[Boolean | String]
Inherited from
ExecFileOptions
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 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
ExecFileOptions