Skip to main content
Module

x/astral/bindings/celestial.ts>Network_CachedResource

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

Information about the cached resource.

definition: { url: string; type: Network_ResourceType; response?: Network_Response; bodySize: number; }