Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Network.LoadingFailedEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { LoadingFailedEvent } = Protocol.Network;

Fired when HTTP request has failed to load.

Properties

requestId: RequestId

Request identifier.

timestamp: MonotonicTime

Timestamp.

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.