RequestDatabaseNamesResponse

@Serializable
data class RequestDatabaseNamesResponse(val databaseNames: List<String>)(source)

Response type for the IndexedDBDomain.requestDatabaseNames command.

Constructors

Link copied to clipboard
constructor(databaseNames: List<String>)

Properties

Link copied to clipboard

Database names for origin.