Skip to main content
Module

x/astral/bindings/celestial.ts>Page_FrameResource

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Page_FrameResource
import { type Page_FrameResource } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { url: string; type: Network_ResourceType; mimeType: string; lastModified?: Network_TimeSinceEpoch; contentSize?: number; failed?: boolean; canceled?: boolean; }