Skip to content

Commit 8189620

Browse files
author
Orta Therox
authored
Update dom.generated.d.ts (microsoft#47507)
1 parent 113a681 commit 8189620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ interface AbortSignal extends EventTarget {
18851885
declare var AbortSignal: {
18861886
prototype: AbortSignal;
18871887
new(): AbortSignal;
1888-
abort(reason?: any): AbortSignal;
1888+
// abort(): AbortSignal; - To be re-added in the future
18891889
};
18901890

18911891
interface AbstractRange {

0 commit comments

Comments
 (0)