Interface: Host (original) (raw)
Home / Reference / API reference / Extensions API / Interface: Host
Table of contents
Since
0.2.0
Methods
openExternal
▸ openExternal(url
): void
Opens an external URL with the system default browser.
Since
0.2.0
ddClient.host.openExternal("https://docker.com");
Parameters
Name | Type | Description |
---|---|---|
url | string | The URL the browser will open (must have the protocol http or https). |
Returns
void
Properties
platform
• platform: string
Returns a string identifying the operating system platform. Seehttps://nodejs.org/api/os.html#osplatform
Since
0.2.2
arch
• arch: string
Returns the operating system CPU architecture. Seehttps://nodejs.org/api/os.html#osarch
Since
0.2.2
hostname
• hostname: string
Returns the host name of the operating system. Seehttps://nodejs.org/api/os.html#oshostname
Since
0.2.2
Page options