AboutSupportDeveloper GuideVersion 38.126.82.64
interface RuntimeInfo {
    architecture: string;
    args: object;
    chromeVersion: string;
    devtoolsPort?: number;
    electronVersion: string;
    manifestUrl: string;
    port: number;
    securityRealm?: string;
    version: string;
}

Properties

architecture: string

The runtime build architecture.

args: object

the command line argument used to start the Runtime.

chromeVersion: string
devtoolsPort?: number
electronVersion: string
manifestUrl: string

The runtime manifest URL.

port: number

The runtime websocket port.

securityRealm?: string

The runtime security realm.

version: string

The runtime version.