spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
EventTarget.addEventListener
spasm
bindings
dom
EventTarget
Undocumented in source. Be warned that the author may not have intended to support it.
void
addEventListener
(string type, EventListener callback, SumType!(AddEventListenerOptions, bool) options)
void
addEventListener
(string type, EventListener callback)
struct
EventTarget
nothrow
void
addEventListener
()
(
string
type
,
EventListener
callback
)
Meta
Source
See Implementation
spasm
bindings
dom
EventTarget
constructors
this
functions
addEventListener
dispatchEvent
removeEventListener
variables
handle