pl.wendigo.chrome.api.cachestorage / RequestCachedResponseResponse

RequestCachedResponseResponse

data class RequestCachedResponseResponse (source)

Represents response frame that is returned from CacheStorage#requestCachedResponse operation call. Fetches cache entry.

Link
CacheStorage#requestCachedResponse method documentation.

See Also

CacheStorageOperations.requestCachedResponse

Constructors

<init>

RequestCachedResponseResponse(response: CachedResponse)

Represents response frame that is returned from CacheStorage#requestCachedResponse operation call. Fetches cache entry.

Properties

response

val response: CachedResponse

Response read from the cache.