提交 72806390 编写于 作者: D DCloud_LXH

chore: update theme to 1.3.16

上级 fc0a1562
# Promise
Promise 对象表示异步操作最终的完成(或失败)以及其结果值。仅 HBuilderX 3.9+ 安卓平台支持。
\ No newline at end of file
Promise 对象表示异步操作最终的完成(或失败)以及其结果值。仅 HBuilderX 3.9+ 安卓平台支持。
### Constructor(fn)
<!-- UTSJSON.Promise.Constructor.description -->
<!-- UTSJSON.Promise.Constructor.param -->
<!-- UTSJSON.Promise.Constructor.returnValue -->
<!-- UTSJSON.Promise.Constructor.compatibility -->
### Constructor(fn)_1
<!-- UTSJSON.Promise.Constructor_1.description -->
<!-- UTSJSON.Promise.Constructor_1.param -->
<!-- UTSJSON.Promise.Constructor_1.returnValue -->
<!-- UTSJSON.Promise.Constructor_1.compatibility -->
## 实例方法
### then()
<!-- UTSJSON.Promise.then.description -->
<!-- UTSJSON.Promise.then.param -->
<!-- UTSJSON.Promise.then.returnValue -->
<!-- UTSJSON.Promise.then.compatibility -->
### then(onFulfilled, onRejected?)_1
<!-- UTSJSON.Promise.then_1.description -->
<!-- UTSJSON.Promise.then_1.param -->
<!-- UTSJSON.Promise.then_1.returnValue -->
<!-- UTSJSON.Promise.then_1.compatibility -->
### then(onFulfilled, onRejected?)_2
<!-- UTSJSON.Promise.then_2.description -->
<!-- UTSJSON.Promise.then_2.param -->
<!-- UTSJSON.Promise.then_2.returnValue -->
<!-- UTSJSON.Promise.then_2.compatibility -->
### then(onFulfilled, onRejected?)_3
<!-- UTSJSON.Promise.then_3.description -->
<!-- UTSJSON.Promise.then_3.param -->
<!-- UTSJSON.Promise.then_3.returnValue -->
<!-- UTSJSON.Promise.then_3.compatibility -->
### then(onFulfilled, onRejected?)_4
<!-- UTSJSON.Promise.then_4.description -->
<!-- UTSJSON.Promise.then_4.param -->
<!-- UTSJSON.Promise.then_4.returnValue -->
<!-- UTSJSON.Promise.then_4.compatibility -->
### catch()
<!-- UTSJSON.Promise.catch.description -->
<!-- UTSJSON.Promise.catch.param -->
<!-- UTSJSON.Promise.catch.returnValue -->
<!-- UTSJSON.Promise.catch.compatibility -->
### catch(onRejected)_1
<!-- UTSJSON.Promise.catch_1.description -->
<!-- UTSJSON.Promise.catch_1.param -->
<!-- UTSJSON.Promise.catch_1.returnValue -->
<!-- UTSJSON.Promise.catch_1.compatibility -->
### catch(onRejected)_2
<!-- UTSJSON.Promise.catch_2.description -->
<!-- UTSJSON.Promise.catch_2.param -->
<!-- UTSJSON.Promise.catch_2.returnValue -->
<!-- UTSJSON.Promise.catch_2.compatibility -->
### catch(onRejected)_3
<!-- UTSJSON.Promise.catch_3.description -->
<!-- UTSJSON.Promise.catch_3.param -->
<!-- UTSJSON.Promise.catch_3.returnValue -->
<!-- UTSJSON.Promise.catch_3.compatibility -->
### catch(onRejected)_4
<!-- UTSJSON.Promise.catch_4.description -->
<!-- UTSJSON.Promise.catch_4.param -->
<!-- UTSJSON.Promise.catch_4.returnValue -->
<!-- UTSJSON.Promise.catch_4.compatibility -->
### finally(callback)
<!-- UTSJSON.Promise.finally.description -->
<!-- UTSJSON.Promise.finally.param -->
<!-- UTSJSON.Promise.finally.returnValue -->
<!-- UTSJSON.Promise.finally.compatibility -->
### resolve()
<!-- UTSJSON.Promise.resolve.description -->
<!-- UTSJSON.Promise.resolve.param -->
<!-- UTSJSON.Promise.resolve.returnValue -->
<!-- UTSJSON.Promise.resolve.compatibility -->
### resolve(value)_1
<!-- UTSJSON.Promise.resolve_1.description -->
<!-- UTSJSON.Promise.resolve_1.param -->
<!-- UTSJSON.Promise.resolve_1.returnValue -->
<!-- UTSJSON.Promise.resolve_1.compatibility -->
### resolve(value)_2
<!-- UTSJSON.Promise.resolve_2.description -->
<!-- UTSJSON.Promise.resolve_2.param -->
<!-- UTSJSON.Promise.resolve_2.returnValue -->
<!-- UTSJSON.Promise.resolve_2.compatibility -->
### reject(value?)
<!-- UTSJSON.Promise.reject.description -->
<!-- UTSJSON.Promise.reject.param -->
<!-- UTSJSON.Promise.reject.returnValue -->
<!-- UTSJSON.Promise.reject.compatibility -->
### all(arr)
<!-- UTSJSON.Promise.all.description -->
<!-- UTSJSON.Promise.all.param -->
<!-- UTSJSON.Promise.all.returnValue -->
<!-- UTSJSON.Promise.all.compatibility -->
### race(arr)
<!-- UTSJSON.Promise.race.description -->
<!-- UTSJSON.Promise.race.param -->
<!-- UTSJSON.Promise.race.returnValue -->
<!-- UTSJSON.Promise.race.compatibility -->
### any(arr)
<!-- UTSJSON.Promise.any.description -->
<!-- UTSJSON.Promise.any.param -->
<!-- UTSJSON.Promise.any.returnValue -->
<!-- UTSJSON.Promise.any.compatibility -->
### allSettled(arr)
<!-- UTSJSON.Promise.allSettled.description -->
<!-- UTSJSON.Promise.allSettled.param -->
<!-- UTSJSON.Promise.allSettled.returnValue -->
<!-- UTSJSON.Promise.allSettled.compatibility -->
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册