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: {
2760
2760
*
2761
2761
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
2762
2762
*/
2763
- // abort(reason?: any): AbortSignal; - To be re-added in the future
2763
+ abort(reason?: any): AbortSignal;
2764
2764
/**
2765
2765
* The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
2766
2766
*
Original file line number Diff line number Diff line change @@ -1144,7 +1144,7 @@ declare var AbortSignal: {
1144
1144
*
1145
1145
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
1146
1146
*/
1147
- // abort(reason?: any): AbortSignal; - To be re-added in the future
1147
+ abort(reason?: any): AbortSignal;
1148
1148
/**
1149
1149
* The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
1150
1150
*
You can’t perform that action at this time.
0 commit comments