libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
CustomEvent.initCustomEvent
libwasm
bindings
CustomEvent
CustomEvent
Undocumented in source. Be warned that the author may not have intended to support it.
void
initCustomEvent
(string type, bool canBubble, bool cancelable, T3 detail)
void
initCustomEvent
(string type, bool canBubble, bool cancelable)
void
initCustomEvent
(string type, bool canBubble)
struct
CustomEvent
nothrow
void
initCustomEvent
()
(
string
type
,
bool
canBubble
)
void
initCustomEvent
(string type)
Meta
Source
See Implementation
libwasm
bindings
CustomEvent
CustomEvent
constructors
this
functions
detail
initCustomEvent
variables
_parent