mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Restore AbortSignal.abort (#62086)
This commit is contained in:
Vendored
+1
-1
@@ -2760,7 +2760,7 @@ declare var AbortSignal: {
|
||||
*
|
||||
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
|
||||
*/
|
||||
// abort(reason?: any): AbortSignal; - To be re-added in the future
|
||||
abort(reason?: any): AbortSignal;
|
||||
/**
|
||||
* The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
|
||||
*
|
||||
|
||||
Vendored
+1
-1
@@ -1144,7 +1144,7 @@ declare var AbortSignal: {
|
||||
*
|
||||
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbortSignal/abort_static)
|
||||
*/
|
||||
// abort(reason?: any): AbortSignal; - To be re-added in the future
|
||||
abort(reason?: any): AbortSignal;
|
||||
/**
|
||||
* The **`AbortSignal.any()`** static method takes an iterable of abort signals and returns an AbortSignal.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user