Skip to content

Commit 77839d4

Browse files
authored
Manually update to [email protected] (microsoft#1299)
Co-authored-by: saschanaz <[email protected]>
1 parent 746a0f7 commit 77839d4

8 files changed

+219
-507
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ interface AbortSignal extends EventTarget {
183183
readonly aborted: boolean;
184184
onabort: ((this: AbortSignal, ev: Event) => any) | null;
185185
readonly reason: any;
186+
throwIfAborted(): void;
186187
addEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
187188
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
188189
removeEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,6 +1962,7 @@ interface AbortSignal extends EventTarget {
19621962
readonly aborted: boolean;
19631963
onabort: ((this: AbortSignal, ev: Event) => any) | null;
19641964
readonly reason: any;
1965+
throwIfAborted(): void;
19651966
addEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
19661967
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
19671968
removeEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ interface AbortSignal extends EventTarget {
692692
readonly aborted: boolean;
693693
onabort: ((this: AbortSignal, ev: Event) => any) | null;
694694
readonly reason: any;
695+
throwIfAborted(): void;
695696
addEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
696697
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
697698
removeEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ interface AbortSignal extends EventTarget {
664664
readonly aborted: boolean;
665665
onabort: ((this: AbortSignal, ev: Event) => any) | null;
666666
readonly reason: any;
667+
throwIfAborted(): void;
667668
addEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
668669
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
669670
removeEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ interface AbortSignal extends EventTarget {
721721
readonly aborted: boolean;
722722
onabort: ((this: AbortSignal, ev: Event) => any) | null;
723723
readonly reason: any;
724+
throwIfAborted(): void;
724725
addEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
725726
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
726727
removeEventListener<K extends keyof AbortSignalEventMap>(type: K, listener: (this: AbortSignal, ev: AbortSignalEventMap[K]) => any, options?: boolean | EventListenerOptions): void;

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,6 @@
105105
}
106106
}
107107
},
108-
"SVGAnimationElement": {
109-
"properties": {
110-
"property": {
111-
"onbegin": null,
112-
"onend": null,
113-
"onrepeat": null
114-
}
115-
}
116-
},
117108
"SVGElement": {
118109
"implements": ["SVGElementInstance"]
119110
},

0 commit comments

Comments
 (0)