mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
839 B
839 B
Home > puppeteer > Protocol > CacheStorage > DeleteEntryRequest
Protocol.CacheStorage.DeleteEntryRequest interface
Signature:
export interface DeleteEntryRequest
Properties
Property | Type | Description |
---|---|---|
cacheId | CacheId | Id of cache where the entry will be deleted. |
request | string | URL spec of the request. |