toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.cachestorage
/
RequestCacheNamesResponse
Request
Cache
Names
Response
@
Serializable
data
class
RequestCacheNamesResponse
(
val
caches
:
List
<
Cache
>
)
Response type for the
CacheStorageDomain.requestCacheNames
command.
Members
Constructors
Request
Cache
Names
Response
Link copied to clipboard
constructor
(
caches
:
List
<
Cache
>
)
Properties
caches
Link copied to clipboard
val
caches
:
List
<
Cache
>
Caches for the security origin.