Skip to main content
Module

x/astral/bindings/celestial.ts>Preload_PrerenderFinalStatus

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Preload_PrerenderFinalStatus
import { type Preload_PrerenderFinalStatus } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

List of FinalStatus reasons for Prerender2.

definition:
| "Activated"
| "Destroyed"
| "LowEndDevice"
| "InvalidSchemeRedirect"
| "InvalidSchemeNavigation"
| "InProgressNavigation"
| "NavigationRequestBlockedByCsp"
| "MainFrameNavigation"
| "MojoBinderPolicy"
| "RendererProcessCrashed"
| "RendererProcessKilled"
| "Download"
| "TriggerDestroyed"
| "NavigationNotCommitted"
| "NavigationBadHttpStatus"
| "ClientCertRequested"
| "NavigationRequestNetworkError"
| "MaxNumOfRunningPrerendersExceeded"
| "CancelAllHostsForTesting"
| "DidFailLoad"
| "Stop"
| "SslCertificateError"
| "LoginAuthRequested"
| "UaChangeRequiresReload"
| "BlockedByClient"
| "AudioOutputDeviceRequested"
| "MixedContent"
| "TriggerBackgrounded"
| "MemoryLimitExceeded"
| "FailToGetMemoryUsage"
| "DataSaverEnabled"
| "HasEffectiveUrl"
| "ActivatedBeforeStarted"
| "InactivePageRestriction"
| "StartFailed"
| "TimeoutBackgrounded"
| "CrossSiteRedirectInInitialNavigation"
| "CrossSiteNavigationInInitialNavigation"
| "SameSiteCrossOriginRedirectNotOptInInInitialNavigation"
| "SameSiteCrossOriginNavigationNotOptInInInitialNavigation"
| "ActivationNavigationParameterMismatch"
| "ActivatedInBackground"
| "EmbedderHostDisallowed"
| "ActivationNavigationDestroyedBeforeSuccess"
| "TabClosedByUserGesture"
| "TabClosedWithoutUserGesture"
| "PrimaryMainFrameRendererProcessCrashed"
| "PrimaryMainFrameRendererProcessKilled"
| "ActivationFramePolicyNotCompatible"
| "PreloadingDisabled"
| "BatterySaverEnabled"
| "ActivatedDuringMainFrameNavigation"
| "PreloadingUnsupportedByWebContents"
| "CrossSiteRedirectInMainFrameNavigation"
| "CrossSiteNavigationInMainFrameNavigation"
| "SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation"
| "SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation"
| "MemoryPressureOnTrigger"
| "MemoryPressureAfterTriggered"
| "PrerenderingDisabledByDevTools"
| "ResourceLoadBlockedByClient"
| "SpeculationRuleRemoved"
| "ActivatedWithAuxiliaryBrowsingContexts"