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

Properties

cacheId: CacheId

ID of cache to get entries from.

optional
skipCount: integer

Number of records to skip.

optional
pageSize: integer

Number of records to fetch.

optional
pathFilter: string

If present, only return the entries containing this substring in the path