BootstrapOptions
in package
Common bootstrap options for MainWorker & WebWorker
Table of Contents
Properties
- $args : mixed
- Sets `Deno.args` in JS runtime.
- $cpu_count : mixed
- $debug_flag : mixed
- $enable_testing_features : mixed
- $is_tty : mixed
- $location : mixed
- $no_color : mixed
- Sets `Deno.noColor` in JS runtime.
- $runtime_version : mixed
- Sets `Deno.version.deno` in JS runtime.
- $ts_version : mixed
- Sets `Deno.version.typescript` in JS runtime.
- $unstable : mixed
- $user_agent : mixed
Methods
- __construct() : mixed
Properties
$args
Sets `Deno.args` in JS runtime.
public
mixed
$args
$cpu_count
public
mixed
$cpu_count
$debug_flag
public
mixed
$debug_flag
$enable_testing_features
public
mixed
$enable_testing_features
$is_tty
public
mixed
$is_tty
$location
public
mixed
$location
$no_color
Sets `Deno.noColor` in JS runtime.
public
mixed
$no_color
$runtime_version
Sets `Deno.version.deno` in JS runtime.
public
mixed
$runtime_version
$ts_version
Sets `Deno.version.typescript` in JS runtime.
public
mixed
$ts_version
$unstable
public
mixed
$unstable
$user_agent
public
mixed
$user_agent
Methods
__construct()
public
__construct() : mixed