toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.network
/
EmulateNetworkConditionsRequest
/
EmulateNetworkConditionsRequest
Emulate
Network
Conditions
Request
constructor
(
offline
:
Boolean
,
latency
:
Double
,
downloadThroughput
:
Double
,
uploadThroughput
:
Double
,
connectionType
:
ConnectionType
?
=
null
,
packetLoss
:
Double
?
=
null
,
packetQueueLength
:
Int
?
=
null
,
packetReordering
:
Boolean
?
=
null
)