IndexedDBContentUpdated

@Serializable
data class IndexedDBContentUpdated(val origin: String, val storageKey: String, val bucketId: String, val databaseName: String, val objectStoreName: String) : StorageEvent

The origin's IndexedDB object store has been modified.

Official doc

Constructors

Link copied to clipboard
constructor(origin: String, storageKey: String, bucketId: String, databaseName: String, objectStoreName: String)

Properties

Link copied to clipboard

Storage bucket to update.

Link copied to clipboard

Database to update.

Link copied to clipboard

ObjectStore to update.

Link copied to clipboard

Origin to update.

Link copied to clipboard

Storage key to update.