pl.wendigo.chrome.api.css / SetStyleSheetTextResponse

SetStyleSheetTextResponse

data class SetStyleSheetTextResponse (source)

Represents response frame that is returned from CSS#setStyleSheetText operation call. Sets the new stylesheet text.

Link
CSS#setStyleSheetText method documentation.

See Also

CSSOperations.setStyleSheetText

Constructors

<init>

SetStyleSheetTextResponse(sourceMapURL: String? = null)

Represents response frame that is returned from CSS#setStyleSheetText operation call. Sets the new stylesheet text.

Properties

sourceMapURL

val sourceMapURL: String?

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