kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Network
/
ResourceChangedPriorityParameter
Resource
Changed
Priority
Parameter
@
Serializable
data
class
ResourceChangedPriorityParameter
(
val
requestId
:
String
,
val
newPriority
:
Network.ResourcePriority
,
val
timestamp
:
Double
)
Fired when resource loading priority is changed
Members
Constructors
Resource
Changed
Priority
Parameter
Link copied to clipboard
constructor
(
requestId
:
String
,
newPriority
:
Network.ResourcePriority
,
timestamp
:
Double
)
Properties
new
Priority
Link copied to clipboard
val
newPriority
:
Network.ResourcePriority
New priority
request
Id
Link copied to clipboard
val
requestId
:
String
Request identifier.
timestamp
Link copied to clipboard
val
timestamp
:
Double
Timestamp.