Skip to content

Commit

Permalink
Update dom.generated.d.ts (#47507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orta Therox committed Jan 19, 2022
1 parent 113a681 commit 8189620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dom.generated.d.ts
Expand Up @@ -1885,7 +1885,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 {
Expand Down

0 comments on commit 8189620

Please sign in to comment.