kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
IndexedDB
/
RequestDatabaseReturn
Request
Database
Return
@
Serializable
data
class
RequestDatabaseReturn
(
val
databaseWithObjectStores
:
IndexedDB.DatabaseWithObjectStores
)
Members
Constructors
Request
Database
Return
Link copied to clipboard
constructor
(
databaseWithObjectStores
:
IndexedDB.DatabaseWithObjectStores
)
Properties
database
With
Object
Stores
Link copied to clipboard
val
databaseWithObjectStores
:
IndexedDB.DatabaseWithObjectStores
Database with an array of object stores.