kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Preload
/
PreloadingAttemptSourcesUpdatedParameter
Preloading
Attempt
Sources
Updated
Parameter
@
Serializable
data
class
PreloadingAttemptSourcesUpdatedParameter
(
val
loaderId
:
String
,
val
preloadingAttemptSources
:
List
<
Preload.PreloadingAttemptSource
>
)
Send a list of sources for all preloading attempts in a document.
Members
Constructors
Preloading
Attempt
Sources
Updated
Parameter
Link copied to clipboard
constructor
(
loaderId
:
String
,
preloadingAttemptSources
:
List
<
Preload.PreloadingAttemptSource
>
)
Properties
loader
Id
Link copied to clipboard
val
loaderId
:
String
preloading
Attempt
Sources
Link copied to clipboard
val
preloadingAttemptSources
:
List
<
Preload.PreloadingAttemptSource
>