chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / SetStyleSheetTextResponse

SetStyleSheetTextResponse

data class SetStyleSheetTextResponse

Response type for the CSSDomain.setStyleSheetText command.

Constructors

<init>

Response type for the CSSDomain.setStyleSheetText command.

SetStyleSheetTextResponse(sourceMapURL: String? = null)

Properties

sourceMapURL

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

val sourceMapURL: String?