RequestCachedResponseResponse

@Serializable
data class RequestCachedResponseResponse(val response: CachedResponse)(source)

Response type for the CacheStorageDomain.requestCachedResponse command.

Constructors

Link copied to clipboard
constructor(response: CachedResponse)

Properties

Link copied to clipboard

Response read from the cache.