PHP-Deno

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

$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

Methods


        
On this page

Search results