You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/diff/es2021.promise.d.ts.md
+8
Original file line number
Diff line number
Diff line change
@@ -13,5 +13,13 @@ Index: es2021.promise.d.ts
13
13
14
14
interface AggregateErrorConstructor {
15
15
new (errors: Iterable<any>, message?: string): AggregateError;
16
+
@@ -27,6 +27,6 @@
17
+
* The any function returns a promise that is fulfilled by the first given promise to be fulfilled, or rejected with an AggregateError containing an array of rejection reasons if all of the given promises are rejected. It resolves all elements of the passed iterable to promises as it runs this algorithm.
// * The any function returns a promise that is fulfilled by the first given promise to be fulfilled, or rejected with an AggregateError containing an array of rejection reasons if all of the given promises are rejected. It resolves all elements of the passed iterable to promises as it runs this algorithm.
37
+
// * @param values An array or iterable of Promises.
// * The any function returns a promise that is fulfilled by the first given promise to be fulfilled, or rejected with an AggregateError containing an array of rejection reasons if all of the given promises are rejected. It resolves all elements of the passed iterable to promises as it runs this algorithm.
43
+
// * @param values An array or iterable of Promises.
0 commit comments