IndexedDBListUpdatedParameter

@Serializable
data class IndexedDBListUpdatedParameter(val origin: String, val storageKey: String, val bucketId: String)

The origin's IndexedDB database list has been modified.

Constructors

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

Properties

Link copied to clipboard

Storage bucket to update.

Link copied to clipboard

Origin to update.

Link copied to clipboard

Storage key to update.