Indexed D B Content Updated Event
data class IndexedDBContentUpdatedEvent(origin: String, databaseName: String, objectStoreName: String) : Event
Content copied to clipboard
The origin's IndexedDB object store has been modified.
Constructors
IndexedDBContentUpdatedEvent
Link copied to clipboard
fun IndexedDBContentUpdatedEvent(origin: String, databaseName: String, objectStoreName: String)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard