BackForwardCacheNotRestoredReasonType

@Serializable(with = BackForwardCacheNotRestoredReasonTypeSerializer::class)
sealed interface BackForwardCacheNotRestoredReasonType

Types of not restored reasons for back-forward cache.

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = BackForwardCacheNotRestoredReasonTypeSerializer::class)
data object Circumstantial : BackForwardCacheNotRestoredReasonType
Link copied to clipboard
@Serializable(with = BackForwardCacheNotRestoredReasonTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : BackForwardCacheNotRestoredReasonType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = BackForwardCacheNotRestoredReasonTypeSerializer::class)
data object PageSupportNeeded : BackForwardCacheNotRestoredReasonType
Link copied to clipboard
@Serializable(with = BackForwardCacheNotRestoredReasonTypeSerializer::class)
data object SupportPending : BackForwardCacheNotRestoredReasonType