UserAgentBrandVersion

@Serializable
data class UserAgentBrandVersion(val brand: String, val version: String)

Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints

Constructors

Link copied to clipboard
constructor(brand: String, version: String)

Properties

Link copied to clipboard
Link copied to clipboard