mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Revert to temporary AbortSignal fix (#47643)
I forgot to keep the temporary fix when I updated the DOM yesterday.
This commit is contained in:
Vendored
+1
-1
@@ -1903,7 +1903,7 @@ interface AbortSignal extends EventTarget {
|
||||
declare var AbortSignal: {
|
||||
prototype: AbortSignal;
|
||||
new(): AbortSignal;
|
||||
abort(reason?: any): AbortSignal;
|
||||
// abort(): AbortSignal; - To be re-added in the future
|
||||
};
|
||||
|
||||
interface AbstractRange {
|
||||
|
||||
Reference in New Issue
Block a user