Skip to content

Commit 61b7bbb

Browse files
authored
Revert to temporary AbortSignal fix (microsoft#47643)
I forgot to keep the temporary fix when I updated the DOM yesterday.
1 parent e9092f3 commit 61b7bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/dom.generated.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1903,7 +1903,7 @@ interface AbortSignal extends EventTarget {
19031903
declare var AbortSignal: {
19041904
prototype: AbortSignal;
19051905
new(): AbortSignal;
1906-
abort(reason?: any): AbortSignal;
1906+
// abort(): AbortSignal; - To be re-added in the future
19071907
};
19081908

19091909
interface AbstractRange {

0 commit comments

Comments
 (0)