pl.wendigo.chrome.domain.indexeddb / RequestDatabaseResponse

RequestDatabaseResponse

data class RequestDatabaseResponse (source)

Represents response frame for IndexedDB.requestDatabase method call.

Requests database with given name in given frame.

Constructors

<init>

RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)

Represents response frame for IndexedDB.requestDatabase method call.

Properties

databaseWithObjectStores

val databaseWithObjectStores: DatabaseWithObjectStores

Database with an array of object stores.