Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/http-tools
UAResult
Interface UAResult
Result of parsing user-agent string.
interface
UAResult
{
browser
:
IBrowser
;
cpu
:
ICPU
;
device
:
IDevice
;
engine
:
IEngine
;
os
:
IOS
;
ua
:
string
;
is
(
val
:
string
)
:
boolean
;
toString
()
:
string
;
withClientHints
()
:
UAResult
|
PromiseLike
<
UAResult
>
;
withFeatureCheck
()
:
UAResult
|
PromiseLike
<
UAResult
>
;
}
Hierarchy
IData
<
UAResult
>
UAResult
Properties
browser
browser
:
IBrowser
cpu
cpu
:
ICPU
device
device
:
IDevice
engine
engine
:
IEngine
os
os
:
IOS
ua
ua
:
string
Methods
is
is
(
val
:
string
)
:
boolean
Parameters
val
:
string
Returns
boolean
to
String
toString
()
:
string
Returns
string
with
Client
Hints
withClientHints
()
:
UAResult
|
PromiseLike
<
UAResult
>
Returns
UAResult
|
PromiseLike
<
UAResult
>
with
Feature
Check
withFeatureCheck
()
:
UAResult
|
PromiseLike
<
UAResult
>
Returns
UAResult
|
PromiseLike
<
UAResult
>
Properties
browser
cpu
device
engine
os
ua
Methods
is
to
String
with
Client
Hints
with
Feature
Check
GitHub
Example
Fake Mirrors
Loading...
Result of parsing user-agent string.