Skip to main content
Module

x/astral/bindings/celestial.ts>CacheStorage_DataEntry

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

Data entry.

definition: { requestURL: string; requestMethod: string; requestHeaders: CacheStorage_Header[]; responseTime: number; responseStatus: number; responseStatusText: string; responseType: CacheStorage_CachedResponseType; responseHeaders: CacheStorage_Header[]; }