Skip to main content

Type Alias: NavigatorKeys

@arolariu/website


@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 string
  • language: User's preferred language
  • platform: Operating system
  • maxTouchPoints: Touch screen support
  • hardwareConcurrency: CPU core count

Usage Context: Used in browser fingerprinting and telemetry collection.

See

// was this page useful?