mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 02:33:53 -06:00
Revert to temporary AbortSignal fix (#47643)
I forgot to keep the temporary fix when I updated the DOM yesterday.
This commit is contained in:
parent
e9092f3723
commit
61b7bbb026
2
src/lib/dom.generated.d.ts
vendored
2
src/lib/dom.generated.d.ts
vendored
@ -1903,7 +1903,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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user