Type Alias: NavigatorKeys
@arolariu/website / types / NavigatorKeys
Type Alias: NavigatorKeys
NavigatorKeys = keyof
globalThis.Navigator
Defined in: types/index.ts:425
Extracts all property keys from the browser's Navigator API.
Remarks
Provides type-safe access to Navigator properties like:
userAgent: Browser identification stringlanguage: User's preferred languageplatform: Operating systemmaxTouchPoints: Touch screen supporthardwareConcurrency: CPU core count
Usage Context: Used in browser fingerprinting and telemetry collection.
See
// was this page useful?