await

inline suspend fun <T : JsAny?> PromiseLike<T>.await(): T(source)
inline suspend fun <T : JsAny?> PromiseResult<T>.await(): T(source)