Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.PrerenderFinalStatus

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
type alias Protocol.Page.PrerenderFinalStatus
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { PrerenderFinalStatus } = Protocol.Page;

List of FinalStatus reasons for Prerender2.

definition: (
| "Activated"
| "Destroyed"
| "LowEndDevice"
| "CrossOriginRedirect"
| "CrossOriginNavigation"
| "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"
| "EmbedderTriggeredAndSameOriginRedirected"
| "EmbedderTriggeredAndCrossOriginRedirected"
| "EmbedderTriggeredAndDestroyed"
| "MemoryLimitExceeded"
| "FailToGetMemoryUsage"
)