sengine API
View source
abstract
PromiseHandler<
T
,
TOut
>(
T
‑>
Dynamic
)
package
js.lib
from
T
‑>
Promise
<
TOut
>,
T
‑>
Thenable
<
TOut
>,
T
‑>
TOut
import
js.lib.Promise
@:build(s.shortcut.ShortcutMacro.mixinBuild())
Handler type for the Promise object.