Skip to content

@jakguru/vueprint / @jakguru/vueprint/utilities/browser / BrowserInfo

Interface: BrowserInfo

@jakguru/vueprint/utilities/browser.BrowserInfo

Describes the shape of the BrowserInfo object

Properties

browserName

browserName: string

The name of the browser

Defined in

src/utilities/browser.ts:13


browserVersion

browserVersion: string

The version of the browser

Defined in

src/utilities/browser.ts:17


engineName

engineName: string

The name of the browser engine

Defined in

src/utilities/browser.ts:33


engineVersion

engineVersion: string

The version of the browser engine

Defined in

src/utilities/browser.ts:37


osName

osName: string

The name of the operating system

Defined in

src/utilities/browser.ts:21


osVersion

osVersion: string

The version of the operating system

Defined in

src/utilities/browser.ts:25


platformType

platformType: string

The type of platform i.e. desktop / mobile

Defined in

src/utilities/browser.ts:29

Vueprint is a commercial work product released under the MIT License and is provided as-is with no warranty or guarantee of support.