PreloadingAttemptSource

@Serializable
data class PreloadingAttemptSource(val key: Preload.PreloadingAttemptKey, val ruleSetIds: List<String>, val nodeIds: List<Int>)

Lists sources for a preloading attempt, specifically the ids of rule sets that had a speculation rule that triggered the attempt, and the BackendNodeIds of or elements that triggered the attempt (in the case of attempts triggered by a document rule). It is possible for multiple rule sets and links to trigger a single attempt.

Constructors

Link copied to clipboard
constructor(key: Preload.PreloadingAttemptKey, ruleSetIds: List<String>, nodeIds: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard