pl.wendigo.chrome.api.debugger / EnableResponse

EnableResponse

data class EnableResponse (source)

Represents response frame that is returned from Debugger#enable operation call. Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

Link
Debugger#enable method documentation.

See Also

DebuggerOperations.enable

Constructors

<init>

EnableResponse(debuggerId: UniqueDebuggerId)

Represents response frame that is returned from Debugger#enable operation call. Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.

Properties

debuggerId

val debuggerId: UniqueDebuggerId

Unique identifier of the debugger.