pl.wendigo.chrome.domain.debugger / RestartFrameRequest

RestartFrameRequest

data class RestartFrameRequest (source)

Represents request frame that can be used with Debugger.restartFrame method call.

Restarts particular call frame from the beginning.

Constructors

<init>

RestartFrameRequest(callFrameId: CallFrameId)

Represents request frame that can be used with Debugger.restartFrame method call.

Properties

callFrameId

val callFrameId: CallFrameId

Call frame identifier to evaluate on.