Types

Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data class NotDefinedInProtocol(val value: String) : PrefetchStatus

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 = PrefetchStatusSerializer::class)
data object PrefetchAllowed : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchEvictedAfterBrowsingDataRemoved : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchEvictedAfterCandidateRemoved : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchEvictedForNewerPrefetch : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchFailedIneligibleRedirect : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchFailedInvalidRedirect : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchFailedMIMENotSupported : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchFailedNetError : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchFailedNon2XX : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchHeldback : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchIneligibleRetryAfter : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchIsPrivacyDecoy : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchIsStale : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleBatterySaverEnabled : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleBrowserContextOffTheRecord : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleDataSaverEnabled : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleExistingProxy : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleHostIsNonUnique : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleNonDefaultStoragePartition : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligiblePreloadingDisabled : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleRedirectFromServiceWorker : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleRedirectToServiceWorker : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleSchemeIsNotHttps : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleUserHasCookies : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleUserHasServiceWorker : PrefetchStatus
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotFinishedInTime : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotStarted : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotUsedCookiesChanged : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchNotUsedProbeFailed : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchProxyNotAvailable : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchResponseUsed : PrefetchStatus
Link copied to clipboard
@Serializable(with = PrefetchStatusSerializer::class)
data object PrefetchSuccessfulButNotUsed : PrefetchStatus