GetEventListenersResponse

@Serializable
data class GetEventListenersResponse(val listeners: List<EventListener>)(source)

Response type for the DOMDebuggerDomain.getEventListeners command.

Constructors

Link copied to clipboard
constructor(listeners: List<EventListener>)

Properties

Link copied to clipboard

Array of relevant listeners.