Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Network.LoadingFailedEvent
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
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.