mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
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. |