PrefetchStatus

TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and filter out the ones that aren't necessary to the developers.

Entries

Link copied to clipboard
@SerialName(value = "PrefetchAllowed")
PREFETCHALLOWED
Link copied to clipboard
@SerialName(value = "PrefetchFailedIneligibleRedirect")
PREFETCHFAILEDINELIGIBLEREDIRECT
Link copied to clipboard
@SerialName(value = "PrefetchFailedInvalidRedirect")
PREFETCHFAILEDINVALIDREDIRECT
Link copied to clipboard
@SerialName(value = "PrefetchFailedMIMENotSupported")
PREFETCHFAILEDMIMENOTSUPPORTED
Link copied to clipboard
@SerialName(value = "PrefetchFailedNetError")
PREFETCHFAILEDNETERROR
Link copied to clipboard
@SerialName(value = "PrefetchFailedNon2XX")
PREFETCHFAILEDNON2XX
Link copied to clipboard
@SerialName(value = "PrefetchEvictedAfterBrowsingDataRemoved")
PREFETCHEVICTEDAFTERBROWSINGDATAREMOVED
Link copied to clipboard
@SerialName(value = "PrefetchEvictedAfterCandidateRemoved")
PREFETCHEVICTEDAFTERCANDIDATEREMOVED
Link copied to clipboard
@SerialName(value = "PrefetchEvictedForNewerPrefetch")
PREFETCHEVICTEDFORNEWERPREFETCH
Link copied to clipboard
@SerialName(value = "PrefetchHeldback")
PREFETCHHELDBACK
Link copied to clipboard
@SerialName(value = "PrefetchIneligibleRetryAfter")
PREFETCHINELIGIBLERETRYAFTER
Link copied to clipboard
@SerialName(value = "PrefetchIsPrivacyDecoy")
PREFETCHISPRIVACYDECOY
Link copied to clipboard
@SerialName(value = "PrefetchIsStale")
PREFETCHISSTALE
@SerialName(value = "PrefetchNotEligibleBrowserContextOffTheRecord")
PREFETCHNOTELIGIBLEBROWSERCONTEXTOFFTHERECORD
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleDataSaverEnabled")
PREFETCHNOTELIGIBLEDATASAVERENABLED
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleExistingProxy")
PREFETCHNOTELIGIBLEEXISTINGPROXY
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleHostIsNonUnique")
PREFETCHNOTELIGIBLEHOSTISNONUNIQUE
@SerialName(value = "PrefetchNotEligibleNonDefaultStoragePartition")
PREFETCHNOTELIGIBLENONDEFAULTSTORAGEPARTITION
@SerialName(value = "PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy")
PREFETCHNOTELIGIBLESAMESITECROSSORIGINPREFETCHREQUIREDPROXY
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleSchemeIsNotHttps")
PREFETCHNOTELIGIBLESCHEMEISNOTHTTPS
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleUserHasCookies")
PREFETCHNOTELIGIBLEUSERHASCOOKIES
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleUserHasServiceWorker")
PREFETCHNOTELIGIBLEUSERHASSERVICEWORKER
@SerialName(value = "PrefetchNotEligibleUserHasServiceWorkerNoFetchHandler")
PREFETCHNOTELIGIBLEUSERHASSERVICEWORKERNOFETCHHANDLER
@SerialName(value = "PrefetchNotEligibleRedirectFromServiceWorker")
PREFETCHNOTELIGIBLEREDIRECTFROMSERVICEWORKER
@SerialName(value = "PrefetchNotEligibleRedirectToServiceWorker")
PREFETCHNOTELIGIBLEREDIRECTTOSERVICEWORKER
Link copied to clipboard
@SerialName(value = "PrefetchNotEligibleBatterySaverEnabled")
PREFETCHNOTELIGIBLEBATTERYSAVERENABLED
Link copied to clipboard
@SerialName(value = "PrefetchNotEligiblePreloadingDisabled")
PREFETCHNOTELIGIBLEPRELOADINGDISABLED
Link copied to clipboard
@SerialName(value = "PrefetchNotFinishedInTime")
PREFETCHNOTFINISHEDINTIME
Link copied to clipboard
@SerialName(value = "PrefetchNotStarted")
PREFETCHNOTSTARTED
Link copied to clipboard
@SerialName(value = "PrefetchNotUsedCookiesChanged")
PREFETCHNOTUSEDCOOKIESCHANGED
Link copied to clipboard
@SerialName(value = "PrefetchProxyNotAvailable")
PREFETCHPROXYNOTAVAILABLE
Link copied to clipboard
@SerialName(value = "PrefetchResponseUsed")
PREFETCHRESPONSEUSED
Link copied to clipboard
@SerialName(value = "PrefetchSuccessfulButNotUsed")
PREFETCHSUCCESSFULBUTNOTUSED
Link copied to clipboard
@SerialName(value = "PrefetchNotUsedProbeFailed")
PREFETCHNOTUSEDPROBEFAILED

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.