DeleteDatabaseRequest

@Serializable
data class DeleteDatabaseRequest(val securityOrigin: String? = null, val storageKey: String? = null, val storageBucket: StorageBucket? = null, val databaseName: String)(source)

Request object containing input parameters for the IndexedDBDomain.deleteDatabase command.

Constructors

Link copied to clipboard
constructor(securityOrigin: String? = null, storageKey: String? = null, storageBucket: StorageBucket? = null, databaseName: String)

Types

Link copied to clipboard
class Builder(val databaseName: String)

Properties

Link copied to clipboard

Database name.

Link copied to clipboard
val securityOrigin: String? = null

At least and at most one of securityOrigin, storageKey, or storageBucket must be specified. Security origin.

Link copied to clipboard

Storage bucket. If not specified, it uses the default bucket.

Link copied to clipboard
val storageKey: String? = null

Storage key.