Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.CacheStorage.DataEntry
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.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