Request Database Response
data class RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)
Content copied to clipboard
Represents response frame that is returned from IndexedDB#requestDatabase operation call. Requests database with given name in given frame.
See also
Constructors
RequestDatabaseResponse
Link copied to clipboard
fun RequestDatabaseResponse(databaseWithObjectStores: DatabaseWithObjectStores)
Content copied to clipboard
Properties
databaseWithObjectStores
Link copied to clipboard
Sources
jvm source
Link copied to clipboard