IndexedDBContentUpdatedParameter

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

The origin's IndexedDB object store has been modified.

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.