@@ -8230,8 +8230,8 @@ IDL [=promise type=] values are represented by ECMAScript [=PromiseCapability=]
8230
8230
8231
8231
<div algorithm>
8232
8232
8233
- To <dfn id="dfn-perform-steps-once-promise-is-settled" export lt="upon settling">perform some steps once a promise is settled </dfn>,
8234
- given a <code><a interface>Promise</a><|T|></code> |promise| and one or two sets of steps
8233
+ To <dfn id="dfn-perform-steps-once-promise-is-settled" export lt="react|reacting" for=" promise">react </dfn>
8234
+ to a <code><a interface>Promise</a><|T|></code> |promise|, given one or two sets of steps
8235
8235
to perform, covering when the promise is fulfilled, rejected, or both, perform the following
8236
8236
steps:
8237
8237
@@ -8274,7 +8274,7 @@ IDL [=promise type=] values are represented by ECMAScript [=PromiseCapability=]
8274
8274
<code><a interface>Promise</a><|T|></code> |promise| given some steps |steps| taking a
8275
8275
value of type |T|, perform the following steps:
8276
8276
8277
- 1. [=Upon settling =] of |promise|:
8277
+ 1. [=promise/React =] to |promise|:
8278
8278
* If |promise| was fulfilled with value |v|, then:
8279
8279
1. Perform |steps| with |v|.
8280
8280
</div>
@@ -8285,7 +8285,7 @@ IDL [=promise type=] values are represented by ECMAScript [=PromiseCapability=]
8285
8285
<code><a interface>Promise</a><<var ignore>T</var>></code> |promise| given some steps
8286
8286
|steps| taking an ECMAScript value, perform the following steps:
8287
8287
8288
- 1. [=Upon settling =] of |promise|:
8288
+ 1. [=promise/React =] to |promise|:
8289
8289
* If |promise| was rejected with reason |r|, then:
8290
8290
1. Perform |steps| with |r|.
8291
8291
</div>
@@ -8419,7 +8419,7 @@ JavaScript code.
8419
8419
1. Let |taskSource| be some appropriate [=task source=].
8420
8420
1. If |ms| is NaN, let |ms| be +0; otherwise let |ms| be the maximum of |ms| and +0.
8421
8421
1. Let |p| be [=a new promise=] in |realm|.
8422
- 1. [=Upon settling =] of |promise|:
8422
+ 1. [=promise/React =] to |promise|:
8423
8423
* If |promise| was fulfilled with value |v|, then:
8424
8424
1. Run the following steps [=in parallel=]:
8425
8425
1. Wait |ms| milliseconds.
0 commit comments