libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
PromiseError
libwasm
promise
Get the error type of the promise
P
, i.e. its
E
parameter.
template
PromiseError (
P
) {
alias
PromiseError
=
E
;
}
Members
Aliases
PromiseError
alias
PromiseError
=
E
Meta
Source
See Implementation
libwasm
promise
classes
Promise
functions
all
reject
require
resolve
templates
PromiseError
PromiseValue
PromiseValueTransform
isPromise
Get the error type of the promise P, i.e. its E parameter.