chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.indexeddb / RequestDatabaseResponse

RequestDatabaseResponse

data class RequestDatabaseResponse

Response type for the IndexedDBDomain.requestDatabase command.

Constructors

<init>

Response type for the IndexedDBDomain.requestDatabase command.

RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)

Properties

databaseWithObjectStores

Database with an array of object stores.

val databaseWithObjectStores: DatabaseWithObjectStores