We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113a681 commit 8189620Copy full SHA for 8189620
src/lib/dom.generated.d.ts
@@ -1885,7 +1885,7 @@ interface AbortSignal extends EventTarget {
1885
declare var AbortSignal: {
1886
prototype: AbortSignal;
1887
new(): AbortSignal;
1888
- abort(reason?: any): AbortSignal;
+ // abort(): AbortSignal; - To be re-added in the future
1889
};
1890
1891
interface AbstractRange {
0 commit comments