RequestDatabaseResponse

@Serializable
data class RequestDatabaseResponse(val databaseWithObjectStores: DatabaseWithObjectStores)(source)

Response type for the IndexedDBDomain.requestDatabase command.

Constructors

Link copied to clipboard
constructor(databaseWithObjectStores: DatabaseWithObjectStores)

Properties

Link copied to clipboard

Database with an array of object stores.