Request Database Request
data class RequestDatabaseRequest(securityOrigin: String, databaseName: String)
Content copied to clipboard
Represents request frame that can be used with IndexedDB#requestDatabase operation call.
Requests database with given name in given frame.
See also
Constructors
RequestDatabaseRequest
Link copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard