Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Protocol.CacheStorage.RequestCachedResponseRequest
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { RequestCachedResponseRequest } = Protocol.CacheStorage;

Properties

cacheId: CacheId

Id of cache that contains the entry.

requestURL: string

URL spec of the request.

requestHeaders: Header[]

headers of the request.