NavigatorUserAgentIssueDetails

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

Deprecated

Deprecated in the Chrome DevTools protocol

(undocumented in the protocol definition)

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val url: String

(undocumented in the protocol definition)