UAParserResult

external interface UAParserResult

Represents the result of parsing a user agent string, containing detailed information about the browser, CPU, device, engine, and operating system.

See also

Properties

Link copied to clipboard
abstract val browser: Browser

browser The browser information, including the browser's name and version.

Link copied to clipboard
abstract val cpu: CPU

cpu The CPU architecture information (e.g., x86, ARM).

Link copied to clipboard
abstract val device: Device

device The device information, including the model, type, and vendor.

Link copied to clipboard
abstract val engine: Engine

engine The engine information, including the engine's name and version (e.g., Blink, WebKit).

Link copied to clipboard
abstract val os: Os

os The operating system information, including the name and version (e.g., Windows, Linux, macOS).