chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.storage.events / StorageEvent / CacheStorageListUpdatedEvent

CacheStorageListUpdatedEvent

data class CacheStorageListUpdatedEvent : StorageEvent

A cache has been added/deleted.

Official doc

Constructors

<init>

A cache has been added/deleted.

CacheStorageListUpdatedEvent(origin: String)

Properties

origin

Origin to update.

val origin: String