Parses the user agent into tuples for each section.
|
code » | ||
Gets the native userAgent string from navigator if it exists.
If navigator or navigator.userAgent string is missing, returns an empty
string.
Returns: string
No description.
|
code » | ||
![]()
Getter for the native navigator.
This is a separate function so it can be stubbed out in testing.
Returns: Navigator
No description.
|
code » | ||
No description.
Returns: string
The user agent string.
|
code » | ||
No description.
|
code » | ||
No description.
|
code » | ||
![]()
Applications may override browser detection on the built in
navigator.userAgent object by setting this string. Set to null to use the
browser object instead.
Arguments:
|
code » |