Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Network.LoadingFailedEvent

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

Fired when HTTP request has failed to load.

Properties

requestId: RequestId

Request identifier.

timestamp: MonotonicTime

Timestamp.

type: ResourceType

Resource type.

errorText: string

User friendly error message.

optional
canceled: boolean

True if loading was canceled.

optional
blockedReason: BlockedReason

The reason why loading was blocked, if any.

optional
corsErrorStatus: CorsErrorStatus

The reason why loading was blocked by CORS, if any.