libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
JsPromise.RejectCallback
libwasm
types
JsPromise
Undocumented in source.
alias
RejectCallback
=
void
delegate
(
U
)
nothrow
alias
RejectCallback
=
void
delegate
(
U
)
nothrow
struct
JsPromise
(T = Any)
nothrow
static if
(!(
is(T == void)
))
alias
RejectCallback
=
void
delegate
(
U
)
nothrow
Meta
Source
See Implementation
libwasm
types
JsPromise
aliases
FulfillCallback
JoinedCallback
JoinedType
RejectCallback
U
constructors
this
functions
error
then
manifest constants
ResultMangled
variables
handle