PreloadingAttemptSourcesUpdatedParameter

@Serializable
data class PreloadingAttemptSourcesUpdatedParameter(val loaderId: String, val preloadingAttemptSources: List<Preload.PreloadingAttemptSource>)

Send a list of sources for all preloading attempts in a document.

Constructors

Link copied to clipboard
constructor(loaderId: String, preloadingAttemptSources: List<Preload.PreloadingAttemptSource>)

Properties