pl.wendigo.chrome.api.indexeddb / RequestDatabaseResponse

RequestDatabaseResponse

data class RequestDatabaseResponse (source)

Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.

Link
IndexedDB#requestDatabase method documentation.

See Also

IndexedDBOperations.requestDatabase

Constructors

<init>

RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)

Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.

Properties

databaseWithObjectStores

val databaseWithObjectStores: DatabaseWithObjectStores

Database with an array of object stores.