@@ -5769,6 +5769,7 @@ interface HTMLBodyElement extends HTMLElement, WindowEventHandlers {
5769
5769
link: string;
5770
5770
/** @deprecated */
5771
5771
noWrap: boolean;
5772
+ /** @deprecated */
5772
5773
onorientationchange: ((this: HTMLBodyElement, ev: Event) => any) | null;
5773
5774
onresize: ((this: HTMLBodyElement, ev: UIEvent) => any) | null;
5774
5775
/** @deprecated */
@@ -16086,6 +16087,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
16086
16087
onmspointerup: ((this: Window, ev: Event) => any) | null;
16087
16088
onoffline: ((this: Window, ev: Event) => any) | null;
16088
16089
ononline: ((this: Window, ev: Event) => any) | null;
16090
+ /** @deprecated */
16089
16091
onorientationchange: ((this: Window, ev: Event) => any) | null;
16090
16092
onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null;
16091
16093
onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null;
@@ -16120,6 +16122,7 @@ interface Window extends EventTarget, WindowTimers, WindowSessionStorage, Window
16120
16122
onvrdisplaypresentchange: ((this: Window, ev: Event) => any) | null;
16121
16123
onwaiting: ((this: Window, ev: Event) => any) | null;
16122
16124
opener: any;
16125
+ /** @deprecated */
16123
16126
readonly orientation: string | number;
16124
16127
readonly outerHeight: number;
16125
16128
readonly outerWidth: number;
@@ -16997,6 +17000,7 @@ declare var onmspointerover: ((this: Window, ev: Event) => any) | null;
16997
17000
declare var onmspointerup: ((this: Window, ev: Event) => any) | null;
16998
17001
declare var onoffline: ((this: Window, ev: Event) => any) | null;
16999
17002
declare var ononline: ((this: Window, ev: Event) => any) | null;
17003
+ /** @deprecated */
17000
17004
declare var onorientationchange: ((this: Window, ev: Event) => any) | null;
17001
17005
declare var onpagehide: ((this: Window, ev: PageTransitionEvent) => any) | null;
17002
17006
declare var onpageshow: ((this: Window, ev: PageTransitionEvent) => any) | null;
@@ -17031,6 +17035,7 @@ declare var onvrdisplaypointerunrestricted: ((this: Window, ev: Event) => any) |
17031
17035
declare var onvrdisplaypresentchange: ((this: Window, ev: Event) => any) | null;
17032
17036
declare var onwaiting: ((this: Window, ev: Event) => any) | null;
17033
17037
declare var opener: any;
17038
+ /** @deprecated */
17034
17039
declare var orientation: string | number;
17035
17040
declare var outerHeight: number;
17036
17041
declare var outerWidth: number;
0 commit comments