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

IndexedDBListUpdatedEvent

data class IndexedDBListUpdatedEvent : StorageEvent

The origin's IndexedDB database list has been modified.

Official doc

Constructors

<init>

The origin's IndexedDB database list has been modified.

IndexedDBListUpdatedEvent(origin: String)

Properties

origin

Origin to update.

val origin: String