pl.wendigo.chrome.api.cachestorage / DeleteEntryRequest

DeleteEntryRequest

data class DeleteEntryRequest (source)

Represents request frame that can be used with CacheStorage#deleteEntry operation call.

Deletes a cache entry.

Link
CacheStorage#deleteEntry method documentation.

See Also

CacheStorageOperations.deleteEntry

Constructors

<init>

DeleteEntryRequest(cacheId: CacheId, request: String)

Represents request frame that can be used with CacheStorage#deleteEntry operation call.

Properties

cacheId

val cacheId: CacheId

Id of cache where the entry will be deleted.

request

val request: String

URL spec of the request.