pl.wendigo.chrome.api.css / CreateStyleSheetRequest

CreateStyleSheetRequest

data class CreateStyleSheetRequest (source)

Represents request frame that can be used with CSS#createStyleSheet operation call.

Creates a new special "via-inspector" stylesheet in the frame with given frameId.

Link
CSS#createStyleSheet method documentation.

See Also

CSSOperations.createStyleSheet

Constructors

<init>

CreateStyleSheetRequest(frameId: FrameId)

Represents request frame that can be used with CSS#createStyleSheet operation call.

Properties

frameId

val frameId: FrameId

Identifier of the frame where "via-inspector" stylesheet should be created.