站点工具

用户工具


====== 差别 ======

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
上一修订版 两侧同时换到之后的修订记录
javascript_promisea_规范 [2022/04/06 18:18]
若愚
javascript_promisea_规范 [2022/04/06 18:18]
若愚
行 7: 行 7:
 ## Terminology ## Terminology
  
-1. "promise" is an object or function with a `then` method whose behavior conforms to this specification. 【"promise"是具有then 方法的对象或函数,其行为符合此规范】 +1. "promise" is an object or function with a `then` method whose behavior conforms to this specification.  
-1. "thenable" is an object or function that defines a `then` method.【"thenable"是定义then 方法的对象或函数。】+1. "thenable" is an object or function that defines a `then` method.【
 1. "value" is any legal JavaScript value (including `undefined`, a thenable, or a promise). 1. "value" is any legal JavaScript value (including `undefined`, a thenable, or a promise).
 1. "exception" is a value that is thrown using the `throw` statement. 1. "exception" is a value that is thrown using the `throw` statement.
若愚 · 2022/04/06 18:53 · javascript_promisea_规范.txt