Get Event Listeners Request
data class GetEventListenersRequest(objectId: RemoteObjectId, depth: Int?, pierce: Boolean?)
Content copied to clipboard
Represents request frame that can be used with DOMDebugger#getEventListeners operation call.
Returns event listeners of the given object.
See also
Constructors
GetEventListenersRequest
Link copied to clipboard
fun GetEventListenersRequest(objectId: RemoteObjectId, depth: Int? = null, pierce: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard