UAParser
External class representing the UAParser
from the "ua-parser-js" JavaScript library.
This class is used to parse the user agent string and extract detailed information about the browser, CPU, device, engine, and operating system associated with the user agent.
Author
N7ghtm4r3
Parameters
userAgent
The user agent string to be parsed by the UAParser
.