NavigatorUserAgentIssueDetails

@Serializable
data class NavigatorUserAgentIssueDetails(val url: String, val location: SourceCodeLocation? = null)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Official doc

Constructors

Link copied to clipboard
constructor(url: String, location: SourceCodeLocation? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String