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.
type: ResourceType
Resource type.
optional
blockedReason: BlockedReasonThe reason why loading was blocked, if any.