data class RequestDatabaseResponse
Response type for the IndexedDBDomain.requestDatabase command.
<init> |
Response type for the IndexedDBDomain.requestDatabase command. RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores) |
databaseWithObjectStores |
Database with an array of object stores. val databaseWithObjectStores: DatabaseWithObjectStores |