SetStyleSheetTextResponse

@Serializable
data class SetStyleSheetTextResponse(val sourceMapURL: String? = null)(source)

Response type for the CSSDomain.setStyleSheetText command.

Constructors

Link copied to clipboard
constructor(sourceMapURL: String? = null)

Properties

Link copied to clipboard
val sourceMapURL: String? = null

URL of source map associated with script (if any).