Update dom.generated.d.ts (#47507)

This commit is contained in:
Orta Therox
2022-01-19 12:45:43 +00:00
committed by GitHub
parent 113a681aee
commit 818962087c

View File

@@ -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 {