Liking cljdoc? Tell your friends :D
ClojureScript only.

web.EventListener

The EventListener interface represents an object that can handle event dispatched by an web.EventTarget object.

The EventListener interface represents an object that can handle
event dispatched by an `web.EventTarget` object.
raw docstring

handle-eventcljs

(handle-event this event)

Method.

The web.EventListener method handleEvent() method is called the user agent when an event is sent to the EventListener, in to handle events that occur on an observed web.EventTarget.

eventListener.handleEvent(event);

See also: https://developer.mozilla.org/en-US/docs/Web/API/EventListener/handleEvent

Method.

The `web.EventListener` method handleEvent() method is called
the user agent when an event is sent to the EventListener, in
to handle events that occur on an observed `web.EventTarget`.

`eventListener.handleEvent(event);`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/EventListener/handleEvent`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close