PrerenderFinalStatus Enumeration |
Version 118.6.80
List of FinalStatus reasons for Prerender2.
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public enum PrerenderFinalStatus
public enum class PrerenderFinalStatus
Members
| Member name | Value | Description |
---|
| Activated | 0 |
Activated
|
| Destroyed | 1 |
Destroyed
|
| LowEndDevice | 2 |
LowEndDevice
|
| InvalidSchemeRedirect | 3 |
InvalidSchemeRedirect
|
| InvalidSchemeNavigation | 4 |
InvalidSchemeNavigation
|
| InProgressNavigation | 5 |
InProgressNavigation
|
| NavigationRequestBlockedByCsp | 6 |
NavigationRequestBlockedByCsp
|
| MainFrameNavigation | 7 |
MainFrameNavigation
|
| MojoBinderPolicy | 8 |
MojoBinderPolicy
|
| RendererProcessCrashed | 9 |
RendererProcessCrashed
|
| RendererProcessKilled | 10 |
RendererProcessKilled
|
| Download | 11 |
Download
|
| TriggerDestroyed | 12 |
TriggerDestroyed
|
| NavigationNotCommitted | 13 |
NavigationNotCommitted
|
| NavigationBadHttpStatus | 14 |
NavigationBadHttpStatus
|
| ClientCertRequested | 15 |
ClientCertRequested
|
| NavigationRequestNetworkError | 16 |
NavigationRequestNetworkError
|
| MaxNumOfRunningPrerendersExceeded | 17 |
MaxNumOfRunningPrerendersExceeded
|
| CancelAllHostsForTesting | 18 |
CancelAllHostsForTesting
|
| DidFailLoad | 19 |
DidFailLoad
|
| Stop | 20 |
Stop
|
| SslCertificateError | 21 |
SslCertificateError
|
| LoginAuthRequested | 22 |
LoginAuthRequested
|
| UaChangeRequiresReload | 23 |
UaChangeRequiresReload
|
| BlockedByClient | 24 |
BlockedByClient
|
| AudioOutputDeviceRequested | 25 |
AudioOutputDeviceRequested
|
| MixedContent | 26 |
MixedContent
|
| TriggerBackgrounded | 27 |
TriggerBackgrounded
|
| MemoryLimitExceeded | 28 |
MemoryLimitExceeded
|
| FailToGetMemoryUsage | 29 |
FailToGetMemoryUsage
|
| DataSaverEnabled | 30 |
DataSaverEnabled
|
| HasEffectiveUrl | 31 |
HasEffectiveUrl
|
| ActivatedBeforeStarted | 32 |
ActivatedBeforeStarted
|
| InactivePageRestriction | 33 |
InactivePageRestriction
|
| StartFailed | 34 |
StartFailed
|
| TimeoutBackgrounded | 35 |
TimeoutBackgrounded
|
| CrossSiteRedirectInInitialNavigation | 36 |
CrossSiteRedirectInInitialNavigation
|
| CrossSiteNavigationInInitialNavigation | 37 |
CrossSiteNavigationInInitialNavigation
|
| SameSiteCrossOriginRedirectNotOptInInInitialNavigation | 38 |
SameSiteCrossOriginRedirectNotOptInInInitialNavigation
|
| SameSiteCrossOriginNavigationNotOptInInInitialNavigation | 39 |
SameSiteCrossOriginNavigationNotOptInInInitialNavigation
|
| ActivationNavigationParameterMismatch | 40 |
ActivationNavigationParameterMismatch
|
| ActivatedInBackground | 41 |
ActivatedInBackground
|
| EmbedderHostDisallowed | 42 |
EmbedderHostDisallowed
|
| ActivationNavigationDestroyedBeforeSuccess | 43 |
ActivationNavigationDestroyedBeforeSuccess
|
| TabClosedByUserGesture | 44 |
TabClosedByUserGesture
|
| TabClosedWithoutUserGesture | 45 |
TabClosedWithoutUserGesture
|
| PrimaryMainFrameRendererProcessCrashed | 46 |
PrimaryMainFrameRendererProcessCrashed
|
| PrimaryMainFrameRendererProcessKilled | 47 |
PrimaryMainFrameRendererProcessKilled
|
| ActivationFramePolicyNotCompatible | 48 |
ActivationFramePolicyNotCompatible
|
| PreloadingDisabled | 49 |
PreloadingDisabled
|
| BatterySaverEnabled | 50 |
BatterySaverEnabled
|
| ActivatedDuringMainFrameNavigation | 51 |
ActivatedDuringMainFrameNavigation
|
| PreloadingUnsupportedByWebContents | 52 |
PreloadingUnsupportedByWebContents
|
| CrossSiteRedirectInMainFrameNavigation | 53 |
CrossSiteRedirectInMainFrameNavigation
|
| CrossSiteNavigationInMainFrameNavigation | 54 |
CrossSiteNavigationInMainFrameNavigation
|
| SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation | 55 |
SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation
|
| SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation | 56 |
SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation
|
| MemoryPressureOnTrigger | 57 |
MemoryPressureOnTrigger
|
| MemoryPressureAfterTriggered | 58 |
MemoryPressureAfterTriggered
|
| PrerenderingDisabledByDevTools | 59 |
PrerenderingDisabledByDevTools
|
| ResourceLoadBlockedByClient | 60 |
ResourceLoadBlockedByClient
|
| SpeculationRuleRemoved | 61 |
SpeculationRuleRemoved
|
| ActivatedWithAuxiliaryBrowsingContexts | 62 |
ActivatedWithAuxiliaryBrowsingContexts
|
See Also