UserAgentBrandVersion

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

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

Official doc

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard