Skip to main content
Version: v7.4.x

NavigatorUAData

@microblink/blinkid


@microblink/blinkid / NavigatorUAData

Interface: NavigatorUAData

See

https://wicg.github.io/ua-client-hints/#navigatoruadata

Extends

Properties

brands

readonly brands: NavigatorUABrandVersion[]

Inherited from

UALowEntropyJSON.brands


mobile

readonly mobile: boolean

Inherited from

UALowEntropyJSON.mobile


platform

readonly platform: string

Inherited from

UALowEntropyJSON.platform

Methods

getHighEntropyValues()

getHighEntropyValues(hints): Promise<UADataValues>

Parameters

hints

keyof UADataValues[] | string[]

Returns

Promise<UADataValues>


toJSON()

toJSON(): UALowEntropyJSON

Returns

UALowEntropyJSON