pl.wendigo.chrome.domain.indexeddb / DatabaseWithObjectStores

DatabaseWithObjectStores

data class DatabaseWithObjectStores (source)

Database with an array of object stores.

Constructors

<init>

DatabaseWithObjectStores(name: String, version: Double, objectStores: List<ObjectStore>)

Database with an array of object stores.

Properties

name

val name: String

Database name.

objectStores

val objectStores: List<ObjectStore>

Object stores in this database.

version

val version: Double

Database version (type is not 'integer', as the standard requires the version number to be 'unsigned long long')