pl.wendigo.chrome.api.storage / CacheStorageContentUpdatedEvent

CacheStorageContentUpdatedEvent

data class CacheStorageContentUpdatedEvent : Event (source)

A cache's contents have been modified.

Link
Storage#cacheStorageContentUpdated event documentation.

Constructors

<init>

CacheStorageContentUpdatedEvent(origin: String, cacheName: String)

A cache's contents have been modified.

Properties

cacheName

val cacheName: String

Name of cache in origin.

origin

val origin: String

Origin to update.

Inherited Functions

protocolDomain

fun protocolDomain(): String