PreloadingStatus

@Serializable(with = PreloadingStatusSerializer::class)
sealed interface PreloadingStatus

Preloading status values, see also PreloadingTriggeringOutcome. This status is shared by prefetchStatusUpdated and prerenderStatusUpdated.

Official doc

Inheritors

Types

Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard
Link copied to clipboard
@Serializable(with = PreloadingStatusSerializer::class)
data object Ready : PreloadingStatus
Link copied to clipboard
Link copied to clipboard