BackForwardCacheNotUsedParameter

@Serializable
data class BackForwardCacheNotUsedParameter(val loaderId: String, val frameId: String, val notRestoredExplanations: List<Page.BackForwardCacheNotRestoredExplanation>, val notRestoredExplanationsTree: Page.BackForwardCacheNotRestoredExplanationTree? = null)

Fired for failed bfcache history navigations if BackForwardCache feature is enabled. Do not assume any ordering with the Page.frameNavigated event. This event is fired only for main-frame history navigation where the document changes (non-same-document navigations), when bfcache navigation fails.

Constructors

Link copied to clipboard
constructor(loaderId: String, frameId: String, notRestoredExplanations: List<Page.BackForwardCacheNotRestoredExplanation>, notRestoredExplanationsTree: Page.BackForwardCacheNotRestoredExplanationTree? = null)

Properties

Link copied to clipboard

The frame id of the associated frame.

Link copied to clipboard

The loader id for the associated navigation.

Link copied to clipboard

Array of reasons why the page could not be cached. This must not be empty.

Link copied to clipboard

Tree structure of reasons why the page could not be cached for each frame.