Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CacheStorage.DataEntry
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { DataEntry } = Protocol.CacheStorage;

Data entry.

Properties

requestURL: string

Request URL.

requestMethod: string

Request method.

requestHeaders: Header[]

Request headers

responseTime: number

Number of seconds since epoch.

responseStatus: integer

HTTP response status code.

responseStatusText: string

HTTP response status text.

responseType: CachedResponseType

HTTP response type

responseHeaders: Header[]

Response headers