We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c2eec commit 35ec0d4Copy full SHA for 35ec0d4
index.bs
@@ -8325,8 +8325,9 @@ IDL [=promise type=] values are represented by JavaScript [=PromiseCapability=]
8325
8326
Note: Not all callers will use the returned {{Promise}}. Implementations might wish to
8327
avoid creating |newCapability| in those cases.
8328
- 1. Return [$PerformPromiseThen$](|promise|.\[[Promise]], |onFulfilled|, |onRejected|,
+ 1. Perform [$PerformPromiseThen$](|promise|.\[[Promise]], |onFulfilled|, |onRejected|,
8329
|newCapability|).
8330
+ 1. Return |newCapability|.
8331
8332
Note: This algorithm will behave in a very similar way to the
8333
{{%Promise.prototype.then%|promise.then()}} method.
0 commit comments