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

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.