Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Network_loadingFailed

A high-level puppeteer/playwright-like library for Deno
Latest
interface Network_loadingFailed
import { type Network_loadingFailed } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Properties

Request identifier.

Timestamp.

Resource type.

errorText: string

User friendly error message.

optional
canceled: boolean

True if loading was canceled.

optional
blockedReason: Network_BlockedReason

The reason why loading was blocked, if any.

optional
corsErrorStatus: Network_CorsErrorStatus

The reason why loading was blocked by CORS, if any.