pl.wendigo.chrome.domain.css / SetStyleSheetTextResponse

SetStyleSheetTextResponse

data class SetStyleSheetTextResponse (source)

Represents response frame for CSS.setStyleSheetText method call.

Sets the new stylesheet text.

Constructors

<init>

SetStyleSheetTextResponse(sourceMapURL: String? = null)

Represents response frame for CSS.setStyleSheetText method call.

Properties

sourceMapURL

val sourceMapURL: String?

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