@@ -5772,6 +5772,7 @@ interface HTMLBodyElement extends HTMLElement, WindowEventHandlers {
5772
5772
link: string;
5773
5773
/** @deprecated */
5774
5774
noWrap: boolean;
5775
+ /** @deprecated */
5775
5776
onorientationchange: ((this: HTMLBodyElement, ev: Event) => any) | null;
5776
5777
onresize: ((this: HTMLBodyElement, ev: UIEvent) => any) | null;
5777
5778
/** @deprecated */
@@ -16090,6 +16091,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
16090
16091
onmspointerup: ((this: Window, ev: Event) => any) | null;
16091
16092
onoffline: ((this: Window, ev: Event) => any) | null;
16092
16093
ononline: ((this: Window, ev: Event) => any) | null;
16094
+ /** @deprecated */
16093
16095
onorientationchange: ((this: Window, ev: Event) => any) | null;
16094
16096
onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null;
16095
16097
onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null;
@@ -16124,6 +16126,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
16124
16126
onvrdisplaypresentchange: ((this: Window, ev: Event) => any) | null;
16125
16127
onwaiting: ((this: Window, ev: Event) => any) | null;
16126
16128
opener: any;
16129
+ /** @deprecated */
16127
16130
readonly orientation: string | number;
16128
16131
readonly outerHeight: number;
16129
16132
readonly outerWidth: number;
@@ -17001,6 +17004,7 @@ declare var onmspointerover: ((this: Window, ev: Event) => any) | null;
17001
17004
declare var onmspointerup: ((this: Window, ev: Event) => any) | null;
17002
17005
declare var onoffline: ((this: Window, ev: Event) => any) | null;
17003
17006
declare var ononline: ((this: Window, ev: Event) => any) | null;
17007
+ /** @deprecated */
17004
17008
declare var onorientationchange: ((this: Window, ev: Event) => any) | null;
17005
17009
declare var onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null;
17006
17010
declare var onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null;
@@ -17035,6 +17039,7 @@ declare var onvrdisplaypointerunrestricted: ((this: Window, ev: Event) => any) |
17035
17039
declare var onvrdisplaypresentchange: ((this: Window, ev: Event) => any) | null;
17036
17040
declare var onwaiting: ((this: Window, ev: Event) => any) | null;
17037
17041
declare var opener: any;
17042
+ /** @deprecated */
17038
17043
declare var orientation: string | number;
17039
17044
declare var outerHeight: number;
17040
17045
declare var outerWidth: number;
0 commit comments