Preparing search index...
The search index is not available
@vpalmisano/webrtcperf
@vpalmisano/webrtcperf
utils
runShellCommand
Function runShellCommand
run
Shell
Command
(
cmd
,
verbose
?
,
maxBuffer
?
)
:
Promise
<
{
stderr
:
string
;
stdout
:
string
;
}
>
Runs the shell command asynchronously.
Parameters
cmd
:
string
verbose
:
boolean
= false
maxBuffer
:
number
= ...
Returns
Promise
<
{
stderr
:
string
;
stdout
:
string
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vpalmisano/webrtcperf
Loading...
Runs the shell command asynchronously.