PrefetchStatus enum

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

Inheritance

Constructors

PrefetchStatus(String value)
const
PrefetchStatus.fromJson(String value)
factory

Values

prefetchAllowed → const PrefetchStatus
const PrefetchStatus('PrefetchAllowed')
prefetchFailedIneligibleRedirect → const PrefetchStatus
const PrefetchStatus('PrefetchFailedIneligibleRedirect')
prefetchFailedInvalidRedirect → const PrefetchStatus
const PrefetchStatus('PrefetchFailedInvalidRedirect')
prefetchFailedMimeNotSupported → const PrefetchStatus
const PrefetchStatus('PrefetchFailedMIMENotSupported')
prefetchFailedNetError → const PrefetchStatus
const PrefetchStatus('PrefetchFailedNetError')
prefetchFailedNon2xx → const PrefetchStatus
const PrefetchStatus('PrefetchFailedNon2XX')
prefetchFailedPerPageLimitExceeded → const PrefetchStatus
const PrefetchStatus('PrefetchFailedPerPageLimitExceeded')
prefetchEvictedAfterCandidateRemoved → const PrefetchStatus
const PrefetchStatus('PrefetchEvictedAfterCandidateRemoved')
prefetchEvictedForNewerPrefetch → const PrefetchStatus
const PrefetchStatus('PrefetchEvictedForNewerPrefetch')
prefetchHeldback → const PrefetchStatus
const PrefetchStatus('PrefetchHeldback')
prefetchIneligibleRetryAfter → const PrefetchStatus
const PrefetchStatus('PrefetchIneligibleRetryAfter')
prefetchIsPrivacyDecoy → const PrefetchStatus
const PrefetchStatus('PrefetchIsPrivacyDecoy')
prefetchIsStale → const PrefetchStatus
const PrefetchStatus('PrefetchIsStale')
prefetchNotEligibleBrowserContextOffTheRecord → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleBrowserContextOffTheRecord')
prefetchNotEligibleDataSaverEnabled → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleDataSaverEnabled')
prefetchNotEligibleExistingProxy → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleExistingProxy')
prefetchNotEligibleHostIsNonUnique → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleHostIsNonUnique')
prefetchNotEligibleNonDefaultStoragePartition → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleNonDefaultStoragePartition')
prefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy')
prefetchNotEligibleSchemeIsNotHttps → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleSchemeIsNotHttps')
prefetchNotEligibleUserHasCookies → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleUserHasCookies')
prefetchNotEligibleUserHasServiceWorker → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleUserHasServiceWorker')
prefetchNotEligibleBatterySaverEnabled → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligibleBatterySaverEnabled')
prefetchNotEligiblePreloadingDisabled → const PrefetchStatus
const PrefetchStatus('PrefetchNotEligiblePreloadingDisabled')
prefetchNotFinishedInTime → const PrefetchStatus
const PrefetchStatus('PrefetchNotFinishedInTime')
prefetchNotStarted → const PrefetchStatus
const PrefetchStatus('PrefetchNotStarted')
prefetchNotUsedCookiesChanged → const PrefetchStatus
const PrefetchStatus('PrefetchNotUsedCookiesChanged')
prefetchProxyNotAvailable → const PrefetchStatus
const PrefetchStatus('PrefetchProxyNotAvailable')
prefetchResponseUsed → const PrefetchStatus
const PrefetchStatus('PrefetchResponseUsed')
prefetchSuccessfulButNotUsed → const PrefetchStatus
const PrefetchStatus('PrefetchSuccessfulButNotUsed')
prefetchNotUsedProbeFailed → const PrefetchStatus
const PrefetchStatus('PrefetchNotUsedProbeFailed')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PrefetchStatus>
A constant List of the values in this enum, in order of their declaration.