chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.preload.events
/
PreloadEvent
/
PreloadingAttemptSourcesUpdated
Preloading
Attempt
Sources
Updated
@
Serializable
data
class
PreloadingAttemptSourcesUpdated
(
val
loaderId
:
LoaderId
,
val
preloadingAttemptSources
:
List
<
PreloadingAttemptSource
>
)
:
PreloadEvent
(
source
)
Send a list of sources for all preloading attempts in a document.
Official doc
Members
Constructors
Preloading
Attempt
Sources
Updated
Link copied to clipboard
constructor
(
loaderId
:
LoaderId
,
preloadingAttemptSources
:
List
<
PreloadingAttemptSource
>
)
Properties
loader
Id
Link copied to clipboard
val
loaderId
:
LoaderId
preloading
Attempt
Sources
Link copied to clipboard
val
preloadingAttemptSources
:
List
<
PreloadingAttemptSource
>