pl.wendigo.chrome.domain.debugger / ContinueToLocationRequest

ContinueToLocationRequest

data class ContinueToLocationRequest (source)

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

Continues execution until specific location is reached.

Constructors

<init>

ContinueToLocationRequest(location: Location)

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

Properties

location

val location: Location

Location to continue to.