File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2760,7 +2760,7 @@ declare var AbortSignal: {
27602760 *
27612761 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
27622762 */
2763- // abort(reason?: any): AbortSignal; - To be re-added in the future
2763+ abort(reason?: any): AbortSignal;
27642764 /**
27652765 * The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
27662766 *
Original file line number Diff line number Diff line change @@ -1144,7 +1144,7 @@ declare var AbortSignal: {
11441144 *
11451145 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
11461146 */
1147- // abort(reason?: any): AbortSignal; - To be re-added in the future
1147+ abort(reason?: any): AbortSignal;
11481148 /**
11491149 * The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
11501150 *
You can’t perform that action at this time.
0 commit comments