spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
CustomEvent.initCustomEvent
spasm
bindings
dom
CustomEvent
Undocumented in source. Be warned that the author may not have intended to support it.
void
initCustomEvent
(string type, bool bubbles, bool cancelable, T3 detail)
void
initCustomEvent
(string type, bool bubbles, bool cancelable)
void
initCustomEvent
(string type, bool bubbles)
void
initCustomEvent
(string type)
struct
CustomEvent
nothrow
void
initCustomEvent
()
(
string
type
)
Meta
Source
See Implementation
spasm
bindings
dom
CustomEvent
constructors
this
functions
detail
initCustomEvent
variables
_parent