puppeteer/new-docs/puppeteer.protocol.cachestorage.requestentriesrequest.md
2020-07-13 14:01:35 +01:00

1.2 KiB

Home > puppeteer > Protocol > CacheStorage > RequestEntriesRequest

Protocol.CacheStorage.RequestEntriesRequest interface

Signature:

export interface RequestEntriesRequest 

Properties

Property Type Description
cacheId CacheId ID of cache to get entries from.
pageSize integer Number of records to fetch.
pathFilter string If present, only return the entries containing this substring in the path
skipCount integer Number of records to skip.