Request Database Request
@Serializable
Request object containing input parameters for the IndexedDBDomain.requestDatabase command.
Constructors
Link copied to clipboard
constructor(securityOrigin: String? = null, storageKey: String? = null, storageBucket: StorageBucket? = null, databaseName: String)
Types
Link copied to clipboard
A builder for RequestDatabaseRequest, which allows setting the optional parameters of the IndexedDBDomain.requestDatabase command via a lambda.