chrome-devtools-kotlin
5.0.0-1140464
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.storage.events
/
StorageEvent
/
CacheStorageListUpdated
Cache
Storage
List
Updated
@
Serializable
data
class
CacheStorageListUpdated
(
val
origin
:
String
,
val
storageKey
:
String
)
:
StorageEvent
A cache has been added/deleted.
Official doc
Members
Constructors
Cache
Storage
List
Updated
Link copied to clipboard
constructor
(
origin
:
String
,
storageKey
:
String
)
Properties
origin
Link copied to clipboard
val
origin
:
String
Origin to update.
storage
Key
Link copied to clipboard
val
storageKey
:
String
Storage key to update.