MCPcopy
hub / github.com/fingerprintjs/fingerprintjs / NavigatorUAData

Interface NavigatorUAData

src/sources/user_agent_data.ts:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8// https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData
9interface NavigatorUAData {
10 brands: Array<{ brand: string; version: string }>
11 mobile: boolean
12 platform: string
13 getHighEntropyValues(hints: string[]): Promise<HighEntropyValues>
14}
15
16// GREASE (Generate Random Extensions and Sustain Extensibility) brands are
17// intentionally fake entries added by browsers to prevent API ossification.

Callers 1

getUserAgentDataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…