chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / SetBlackboxedRangesRequest

SetBlackboxedRangesRequest

data class SetBlackboxedRangesRequest

Request object containing input parameters for the DebuggerDomain.setBlackboxedRanges command.

Constructors

<init>

Request object containing input parameters for the DebuggerDomain.setBlackboxedRanges command.

SetBlackboxedRangesRequest(scriptId: ScriptId, positions: List<ScriptPosition>)

Properties

positions

val positions: List<ScriptPosition>

scriptId

Id of the script.

val scriptId: ScriptId