chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.cachestorage / DeleteEntryRequest

DeleteEntryRequest

data class DeleteEntryRequest

Request object containing input parameters for the CacheStorageDomain.deleteEntry command.

Constructors

<init>

Request object containing input parameters for the CacheStorageDomain.deleteEntry command.

DeleteEntryRequest(cacheId: CacheId, request: String)

Properties

cacheId

Id of cache where the entry will be deleted.

val cacheId: CacheId

request

URL spec of the request.

val request: String