package child_process
- Alphabetic
- Public
- All
Type Members
-
trait
ChildProcess
extends Object
The child_process module provides the ability to spawn child processes in a manner that is similar, but not identical, to popen(3).
The child_process module provides the ability to spawn child processes in a manner that is similar, but not identical, to popen(3). This capability is primarily provided by the child_process.spawn() function.
- Annotations
- @RawJSType() @native()
- Version
7.4.0
- See also
https://nodejs.org/api/child_process.html
-
class
ExecOptions
extends Object
Spawns a shell then executes the command within that shell, buffering any generated output.
Spawns a shell then executes the command within that shell, buffering any generated output.
Note: Never pass unsanitized user input to this function. Any input containing shell meta-characters may be used to trigger arbitrary command execution.
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
ForkOptions
extends Object
Fork Options
Fork Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
class
SpawnOptions
extends Object
Spawn Options
Spawn Options
- Annotations
- @RawJSType() @ScalaJSDefined()
Value Members
-
object
ChildProcess
extends Object with ChildProcess
ChildProcess Singleton
ChildProcess Singleton
- Annotations
- @native() @JSImport( "child_process" , JSImport.Namespace )