RequestDatabaseReturn

@Serializable
data class RequestDatabaseReturn(val databaseWithObjectStores: IndexedDB.DatabaseWithObjectStores)

Constructors

Link copied to clipboard
constructor(databaseWithObjectStores: IndexedDB.DatabaseWithObjectStores)

Properties

Link copied to clipboard

Database with an array of object stores.