pl.wendigo.chrome.api.cachestorage / RequestCachedResponseRequest

RequestCachedResponseRequest

data class RequestCachedResponseRequest (source)

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

Fetches cache entry.

Link
CacheStorage#requestCachedResponse method documentation.

See Also

CacheStorageOperations.requestCachedResponse

Constructors

<init>

RequestCachedResponseRequest(cacheId: CacheId, requestURL: String, requestHeaders: List<Header>)

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

Properties

cacheId

val cacheId: CacheId

Id of cache that contains the entry.

requestHeaders

val requestHeaders: List<Header>

headers of the request.

requestURL

val requestURL: String

URL spec of the request.