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

x/astral/bindings/celestial.ts>Preload_PreloadingStatus

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

Preloading status values, see also PreloadingTriggeringOutcome. This status is shared by prefetchStatusUpdated and prerenderStatusUpdated.

definition:
| "Pending"
| "Running"
| "Ready"
| "Success"
| "Failure"
| "NotSupported"