Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.CacheStorage.DataEntry
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { DataEntry } = default.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