pl.wendigo.chrome.domain.cachestorage / DeleteEntryRequest

DeleteEntryRequest

data class DeleteEntryRequest (source)

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

Deletes a cache entry.

Constructors

<init>

DeleteEntryRequest(cacheId: CacheId, request: String)

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

Properties

cacheId

val cacheId: CacheId

Id of cache where the entry will be deleted.

request

val request: String

URL spec of the request.