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

RestartFrameRequest

data class RestartFrameRequest

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

Constructors

<init>

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

RestartFrameRequest(callFrameId: CallFrameId)

Properties

callFrameId

Call frame identifier to evaluate on.

val callFrameId: CallFrameId