将 Async 对象转换为 Promise。
表示同一异步操作的 Promise 对象
Kotlin WasmJs 平台下只支持 `T` 类型为 `JsAny` 的对象进行转化,因此直接使用 asPromise 可能会存在问题。