Remove Event Listener Breakpoint Request
data class RemoveEventListenerBreakpointRequest(eventName: String, targetName: String?)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#removeEventListenerBreakpoint operation call.
Removes breakpoint on particular DOM event.
See also
Constructors
RemoveEventListenerBreakpointRequest
Link copied to clipboard
fun RemoveEventListenerBreakpointRequest(eventName: String, targetName: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard