import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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.