Skip to content
This repository was archived by the owner on May 22, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/api/system/runtime-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export interface RuntimeInfo {
securityRealm?: string;
version: string;
args: object;
chromeVersion: string;
}
1 change: 1 addition & 0 deletions src/api/system/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ interface ServiceIdentifier {
* @property { string } securityRealm The runtime security realm
* @property { string } version The runtime version
* @property { object } args the command line argument used to start the Runtime
* @property { string } chromeVersion The chrome version
*/

/**
Expand Down