import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { LoadingFailedEvent } = default.Network;
Fired when HTTP request has failed to load.
Properties
requestId: RequestId
Request identifier.
timestamp: MonotonicTime
Timestamp.
type: ResourceType
Resource type.
optional
blockedReason: BlockedReasonThe reason why loading was blocked, if any.
optional
corsErrorStatus: CorsErrorStatusThe reason why loading was blocked by CORS, if any.