Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.CacheStorage.DataEntry

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.CacheStorage.DataEntry
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.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