pl.wendigo.chrome.api.domdebugger / RemoveInstrumentationBreakpointRequest

RemoveInstrumentationBreakpointRequest

data class RemoveInstrumentationBreakpointRequest (source)

Represents request frame that can be used with DOMDebugger#removeInstrumentationBreakpoint operation call.

Removes breakpoint on particular native event.

Link
DOMDebugger#removeInstrumentationBreakpoint method documentation.

See Also

DOMDebuggerOperations.removeInstrumentationBreakpoint

Constructors

<init>

RemoveInstrumentationBreakpointRequest(eventName: String)

Represents request frame that can be used with DOMDebugger#removeInstrumentationBreakpoint operation call.

Properties

eventName

val eventName: String

Instrumentation name to stop on.