@typescript-deploys/pr-build 5.4.0-pr-57027-6 → 5.4.0-pr-57040-6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/lib.dom.d.ts CHANGED
@@ -136,7 +136,6 @@ interface AuthenticationExtensionsClientInputs {
136
136
  appid?: string;
137
137
  credProps?: boolean;
138
138
  hmacCreateSecret?: boolean;
139
- minPinLength?: boolean;
140
139
  }
141
140
 
142
141
  interface AuthenticationExtensionsClientOutputs {
@@ -553,6 +552,7 @@ interface FontFaceDescriptors {
553
552
  stretch?: string;
554
553
  style?: string;
555
554
  unicodeRange?: string;
555
+ variant?: string;
556
556
  weight?: string;
557
557
  }
558
558
 
@@ -1018,16 +1018,27 @@ interface NavigationPreloadState {
1018
1018
  headerValue?: string;
1019
1019
  }
1020
1020
 
1021
+ interface NotificationAction {
1022
+ action: string;
1023
+ icon?: string;
1024
+ title: string;
1025
+ }
1026
+
1021
1027
  interface NotificationOptions {
1028
+ actions?: NotificationAction[];
1022
1029
  badge?: string;
1023
1030
  body?: string;
1024
1031
  data?: any;
1025
1032
  dir?: NotificationDirection;
1026
1033
  icon?: string;
1034
+ image?: string;
1027
1035
  lang?: string;
1036
+ renotify?: boolean;
1028
1037
  requireInteraction?: boolean;
1029
1038
  silent?: boolean | null;
1030
1039
  tag?: string;
1040
+ timestamp?: EpochTimeStamp;
1041
+ vibrate?: VibratePattern;
1031
1042
  }
1032
1043
 
1033
1044
  interface OfflineAudioCompletionEventInit extends EventInit {
@@ -1337,21 +1348,16 @@ interface RTCDtlsFingerprint {
1337
1348
 
1338
1349
  interface RTCEncodedAudioFrameMetadata {
1339
1350
  contributingSources?: number[];
1340
- payloadType?: number;
1341
- sequenceNumber?: number;
1342
1351
  synchronizationSource?: number;
1343
1352
  }
1344
1353
 
1345
1354
  interface RTCEncodedVideoFrameMetadata {
1346
- contributingSources?: number[];
1347
1355
  dependencies?: number[];
1348
1356
  frameId?: number;
1349
1357
  height?: number;
1350
- payloadType?: number;
1351
1358
  spatialIndex?: number;
1352
1359
  synchronizationSource?: number;
1353
1360
  temporalIndex?: number;
1354
- timestamp?: number;
1355
1361
  width?: number;
1356
1362
  }
1357
1363
 
@@ -1685,7 +1691,6 @@ interface RequestInit {
1685
1691
  method?: string;
1686
1692
  /** A string to indicate whether the request will use CORS, or will be restricted to same-origin URLs. Sets request's mode. */
1687
1693
  mode?: RequestMode;
1688
- priority?: RequestPriority;
1689
1694
  /** A string indicating whether request follows redirects, results in an error upon encountering a redirect, or returns the redirect (in an opaque fashion). Sets request's redirect. */
1690
1695
  redirect?: RequestRedirect;
1691
1696
  /** A string whose value is a same-origin URL, "about:client", or the empty string, to set request's referrer. */
@@ -2133,7 +2138,7 @@ interface WebTransportOptions {
2133
2138
  }
2134
2139
 
2135
2140
  interface WebTransportSendStreamOptions {
2136
- sendOrder?: number;
2141
+ sendOrder?: number | null;
2137
2142
  }
2138
2143
 
2139
2144
  interface WheelEventInit extends MouseEventInit {
@@ -2219,8 +2224,6 @@ interface ARIAMixin {
2219
2224
  ariaColSpan: string | null;
2220
2225
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
2221
2226
  ariaCurrent: string | null;
2222
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
2223
- ariaDescription: string | null;
2224
2227
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
2225
2228
  ariaDisabled: string | null;
2226
2229
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
@@ -2531,9 +2534,7 @@ declare var AnimationEvent: {
2531
2534
  };
2532
2535
 
2533
2536
  interface AnimationFrameProvider {
2534
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/cancelAnimationFrame) */
2535
2537
  cancelAnimationFrame(handle: number): void;
2536
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/requestAnimationFrame) */
2537
2538
  requestAnimationFrame(callback: FrameRequestCallback): number;
2538
2539
  }
2539
2540
 
@@ -2950,11 +2951,8 @@ declare var AuthenticatorAssertionResponse: {
2950
2951
  interface AuthenticatorAttestationResponse extends AuthenticatorResponse {
2951
2952
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/attestationObject) */
2952
2953
  readonly attestationObject: ArrayBuffer;
2953
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getAuthenticatorData) */
2954
2954
  getAuthenticatorData(): ArrayBuffer;
2955
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKey) */
2956
2955
  getPublicKey(): ArrayBuffer | null;
2957
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKeyAlgorithm) */
2958
2956
  getPublicKeyAlgorithm(): COSEAlgorithmIdentifier;
2959
2957
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getTransports) */
2960
2958
  getTransports(): string[];
@@ -3074,7 +3072,6 @@ declare var BaseAudioContext: {
3074
3072
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/BeforeUnloadEvent)
3075
3073
  */
3076
3074
  interface BeforeUnloadEvent extends Event {
3077
- /** @deprecated */
3078
3075
  returnValue: any;
3079
3076
  }
3080
3077
 
@@ -3384,8 +3381,6 @@ interface CSSImportRule extends CSSRule {
3384
3381
  readonly media: MediaList;
3385
3382
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/styleSheet) */
3386
3383
  readonly styleSheet: CSSStyleSheet | null;
3387
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSImportRule/supportsText) */
3388
- readonly supportsText: string | null;
3389
3384
  }
3390
3385
 
3391
3386
  declare var CSSImportRule: {
@@ -3734,8 +3729,6 @@ interface CSSRule {
3734
3729
  readonly KEYFRAMES_RULE: 7;
3735
3730
  readonly KEYFRAME_RULE: 8;
3736
3731
  readonly SUPPORTS_RULE: 12;
3737
- readonly COUNTER_STYLE_RULE: 11;
3738
- readonly FONT_FEATURE_VALUES_RULE: 14;
3739
3732
  }
3740
3733
 
3741
3734
  declare var CSSRule: {
@@ -3751,8 +3744,6 @@ declare var CSSRule: {
3751
3744
  readonly KEYFRAMES_RULE: 7;
3752
3745
  readonly KEYFRAME_RULE: 8;
3753
3746
  readonly SUPPORTS_RULE: 12;
3754
- readonly COUNTER_STYLE_RULE: 11;
3755
- readonly FONT_FEATURE_VALUES_RULE: 14;
3756
3747
  };
3757
3748
 
3758
3749
  /**
@@ -4104,9 +4095,6 @@ interface CSSStyleDeclaration {
4104
4095
  cssText: string;
4105
4096
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cursor) */
4106
4097
  cursor: string;
4107
- cx: string;
4108
- cy: string;
4109
- d: string;
4110
4098
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/direction) */
4111
4099
  direction: string;
4112
4100
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) */
@@ -4360,8 +4348,6 @@ interface CSSStyleDeclaration {
4360
4348
  offsetDistance: string;
4361
4349
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-path) */
4362
4350
  offsetPath: string;
4363
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-position) */
4364
- offsetPosition: string;
4365
4351
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-rotate) */
4366
4352
  offsetRotate: string;
4367
4353
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/opacity) */
@@ -4454,7 +4440,6 @@ interface CSSStyleDeclaration {
4454
4440
  printColorAdjust: string;
4455
4441
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/quotes) */
4456
4442
  quotes: string;
4457
- r: string;
4458
4443
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/resize) */
4459
4444
  resize: string;
4460
4445
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/right) */
@@ -4465,8 +4450,6 @@ interface CSSStyleDeclaration {
4465
4450
  rowGap: string;
4466
4451
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/ruby-position) */
4467
4452
  rubyPosition: string;
4468
- rx: string;
4469
- ry: string;
4470
4453
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scale) */
4471
4454
  scale: string;
4472
4455
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scroll-behavior) */
@@ -4521,12 +4504,8 @@ interface CSSStyleDeclaration {
4521
4504
  scrollSnapStop: string;
4522
4505
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type) */
4523
4506
  scrollSnapType: string;
4524
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-color) */
4525
- scrollbarColor: string;
4526
4507
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter) */
4527
4508
  scrollbarGutter: string;
4528
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-width) */
4529
- scrollbarWidth: string;
4530
4509
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold) */
4531
4510
  shapeImageThreshold: string;
4532
4511
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-margin) */
@@ -4591,8 +4570,6 @@ interface CSSStyleDeclaration {
4591
4570
  textUnderlineOffset: string;
4592
4571
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-underline-position) */
4593
4572
  textUnderlinePosition: string;
4594
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-wrap) */
4595
- textWrap: string;
4596
4573
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/top) */
4597
4574
  top: string;
4598
4575
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/touch-action) */
@@ -4621,7 +4598,6 @@ interface CSSStyleDeclaration {
4621
4598
  unicodeBidi: string;
4622
4599
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/user-select) */
4623
4600
  userSelect: string;
4624
- vectorEffect: string;
4625
4601
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
4626
4602
  verticalAlign: string;
4627
4603
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/visibility) */
@@ -4904,11 +4880,7 @@ interface CSSStyleDeclaration {
4904
4880
  * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/mask-clip)
4905
4881
  */
4906
4882
  webkitMaskClip: string;
4907
- /**
4908
- * @deprecated This is a legacy alias of `maskComposite`.
4909
- *
4910
- * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/mask-composite)
4911
- */
4883
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/-webkit-mask-composite) */
4912
4884
  webkitMaskComposite: string;
4913
4885
  /**
4914
4886
  * @deprecated This is a legacy alias of `maskImage`.
@@ -5038,12 +5010,14 @@ interface CSSStyleDeclaration {
5038
5010
  wordBreak: string;
5039
5011
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/word-spacing) */
5040
5012
  wordSpacing: string;
5041
- /** @deprecated */
5013
+ /**
5014
+ * @deprecated
5015
+ *
5016
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap)
5017
+ */
5042
5018
  wordWrap: string;
5043
5019
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
5044
5020
  writingMode: string;
5045
- x: string;
5046
- y: string;
5047
5021
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
5048
5022
  zIndex: string;
5049
5023
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/getPropertyPriority) */
@@ -5536,10 +5510,6 @@ interface CanvasTextDrawingStyles {
5536
5510
  font: string;
5537
5511
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
5538
5512
  fontKerning: CanvasFontKerning;
5539
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontStretch) */
5540
- fontStretch: CanvasFontStretch;
5541
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontVariantCaps) */
5542
- fontVariantCaps: CanvasFontVariantCaps;
5543
5513
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
5544
5514
  letterSpacing: string;
5545
5515
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
@@ -5769,7 +5739,7 @@ declare var Comment: {
5769
5739
  *
5770
5740
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompositionEvent)
5771
5741
  */
5772
- interface CompositionEvent extends UIEvent {
5742
+ interface CompositionEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
5773
5743
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CompositionEvent/data) */
5774
5744
  readonly data: string;
5775
5745
  /**
@@ -7510,7 +7480,7 @@ declare var DocumentType: {
7510
7480
  *
7511
7481
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DragEvent)
7512
7482
  */
7513
- interface DragEvent extends MouseEvent {
7483
+ interface DragEvent<T extends EventTarget = EventTarget> extends MouseEvent<T> {
7514
7484
  /**
7515
7485
  * Returns the DataTransfer object for the event.
7516
7486
  *
@@ -7727,7 +7697,6 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, InnerHTML, Non
7727
7697
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/attachShadow)
7728
7698
  */
7729
7699
  attachShadow(init: ShadowRootInit): ShadowRoot;
7730
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/checkVisibility) */
7731
7700
  checkVisibility(options?: CheckVisibilityOptions): boolean;
7732
7701
  /**
7733
7702
  * Returns the first (starting at element) inclusive ancestor that matches selectors, and null otherwise.
@@ -8031,7 +8000,7 @@ declare var ErrorEvent: {
8031
8000
  *
8032
8001
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event)
8033
8002
  */
8034
- interface Event {
8003
+ interface Event<T extends EventTarget = EventTarget> {
8035
8004
  /**
8036
8005
  * Returns true or false depending on how event was initialized. True if event goes through its target's ancestors in reverse tree order, and false otherwise.
8037
8006
  *
@@ -8061,7 +8030,7 @@ interface Event {
8061
8030
  *
8062
8031
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/currentTarget)
8063
8032
  */
8064
- readonly currentTarget: EventTarget | null;
8033
+ readonly currentTarget: T | null;
8065
8034
  /**
8066
8035
  * Returns true if preventDefault() was invoked successfully to indicate cancelation, and false otherwise.
8067
8036
  *
@@ -8097,7 +8066,7 @@ interface Event {
8097
8066
  *
8098
8067
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/target)
8099
8068
  */
8100
- readonly target: EventTarget | null;
8069
+ readonly target: T | null;
8101
8070
  /**
8102
8071
  * Returns the event's timestamp as the number of milliseconds measured relative to the time origin.
8103
8072
  *
@@ -8165,12 +8134,12 @@ declare var EventCounts: {
8165
8134
  new(): EventCounts;
8166
8135
  };
8167
8136
 
8168
- interface EventListener {
8169
- (evt: Event): void;
8137
+ interface EventListener<T extends EventTarget = EventTarget> {
8138
+ (evt: Event<T>): void;
8170
8139
  }
8171
8140
 
8172
- interface EventListenerObject {
8173
- handleEvent(object: Event): void;
8141
+ interface EventListenerObject<T extends EventTarget = EventTarget> {
8142
+ handleEvent(object: Event<T>): void;
8174
8143
  }
8175
8144
 
8176
8145
  interface EventSourceEventMap {
@@ -8253,7 +8222,7 @@ interface EventTarget {
8253
8222
  *
8254
8223
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/addEventListener)
8255
8224
  */
8256
- addEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: AddEventListenerOptions | boolean): void;
8225
+ addEventListener(type: string, callback: EventListenerOrEventListenerObject<this> | null, options?: AddEventListenerOptions | boolean): void;
8257
8226
  /**
8258
8227
  * Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
8259
8228
  *
@@ -8265,7 +8234,7 @@ interface EventTarget {
8265
8234
  *
8266
8235
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/removeEventListener)
8267
8236
  */
8268
- removeEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: EventListenerOptions | boolean): void;
8237
+ removeEventListener(type: string, callback: EventListenerOrEventListenerObject<this> | null, options?: EventListenerOptions | boolean): void;
8269
8238
  }
8270
8239
 
8271
8240
  declare var EventTarget: {
@@ -8373,11 +8342,7 @@ interface FileReader extends EventTarget {
8373
8342
  abort(): void;
8374
8343
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readAsArrayBuffer) */
8375
8344
  readAsArrayBuffer(blob: Blob): void;
8376
- /**
8377
- * @deprecated
8378
- *
8379
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readAsBinaryString)
8380
- */
8345
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readAsBinaryString) */
8381
8346
  readAsBinaryString(blob: Blob): void;
8382
8347
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FileReader/readAsDataURL) */
8383
8348
  readAsDataURL(blob: Blob): void;
@@ -8554,7 +8519,7 @@ declare var FileSystemWritableFileStream: {
8554
8519
  *
8555
8520
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FocusEvent)
8556
8521
  */
8557
- interface FocusEvent extends UIEvent {
8522
+ interface FocusEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
8558
8523
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FocusEvent/relatedTarget) */
8559
8524
  readonly relatedTarget: EventTarget | null;
8560
8525
  }
@@ -8588,6 +8553,8 @@ interface FontFace {
8588
8553
  style: string;
8589
8554
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange) */
8590
8555
  unicodeRange: string;
8556
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variant) */
8557
+ variant: string;
8591
8558
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/weight) */
8592
8559
  weight: string;
8593
8560
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/load) */
@@ -8722,6 +8689,8 @@ interface Gamepad {
8722
8689
  readonly buttons: ReadonlyArray<GamepadButton>;
8723
8690
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/connected) */
8724
8691
  readonly connected: boolean;
8692
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/hapticActuators) */
8693
+ readonly hapticActuators: ReadonlyArray<GamepadHapticActuator>;
8725
8694
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/id) */
8726
8695
  readonly id: string;
8727
8696
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Gamepad/index) */
@@ -8888,7 +8857,6 @@ interface GlobalEventHandlersEventMap {
8888
8857
  "animationstart": AnimationEvent;
8889
8858
  "auxclick": MouseEvent;
8890
8859
  "beforeinput": InputEvent;
8891
- "beforetoggle": Event;
8892
8860
  "blur": FocusEvent;
8893
8861
  "cancel": Event;
8894
8862
  "canplay": Event;
@@ -9002,10 +8970,8 @@ interface GlobalEventHandlers {
9002
8970
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
9003
8971
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
9004
8972
  onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
9005
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
8973
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforeinput_event) */
9006
8974
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
9007
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
9008
- onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9009
8975
  /**
9010
8976
  * Fires when the object loses the input focus.
9011
8977
  * @param ev The focus event.
@@ -9143,7 +9109,7 @@ interface GlobalEventHandlers {
9143
9109
  onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
9144
9110
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event) */
9145
9111
  ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9146
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event) */
9112
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/input_event) */
9147
9113
  oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9148
9114
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event) */
9149
9115
  oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -9197,7 +9163,7 @@ interface GlobalEventHandlers {
9197
9163
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)
9198
9164
  */
9199
9165
  onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9200
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lostpointercapture_event) */
9166
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lostpointercapture_event) */
9201
9167
  onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9202
9168
  /**
9203
9169
  * Fires when the user clicks the object with either mouse button.
@@ -9988,7 +9954,6 @@ declare var HTMLDataListElement: {
9988
9954
 
9989
9955
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement) */
9990
9956
  interface HTMLDetailsElement extends HTMLElement {
9991
- name: string;
9992
9957
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLDetailsElement/open) */
9993
9958
  open: boolean;
9994
9959
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLDetailsElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
@@ -10133,7 +10098,6 @@ interface HTMLElement extends Element, ElementCSSInlineStyle, ElementContentEdit
10133
10098
  spellcheck: boolean;
10134
10099
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title) */
10135
10100
  title: string;
10136
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate) */
10137
10101
  translate: boolean;
10138
10102
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/attachInternals) */
10139
10103
  attachInternals(): ElementInternals;
@@ -10879,8 +10843,6 @@ interface HTMLImageElement extends HTMLElement {
10879
10843
  readonly currentSrc: string;
10880
10844
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/decoding) */
10881
10845
  decoding: "async" | "sync" | "auto";
10882
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/fetchPriority) */
10883
- fetchPriority: string;
10884
10846
  /**
10885
10847
  * Sets or retrieves the height of the object.
10886
10848
  *
@@ -11015,7 +10977,6 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11015
10977
  /** Sets or retrieves the initial contents of the object. */
11016
10978
  defaultValue: string;
11017
10979
  dirName: string;
11018
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/disabled) */
11019
10980
  disabled: boolean;
11020
10981
  /**
11021
10982
  * Returns a FileList object on a file type input object.
@@ -11061,7 +11022,11 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11061
11022
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/height)
11062
11023
  */
11063
11024
  height: number;
11064
- /** When set, overrides the rendering of checkbox controls so that the current value is not visible. */
11025
+ /**
11026
+ * When set, overrides the rendering of checkbox controls so that the current value is not visible.
11027
+ *
11028
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/indeterminate)
11029
+ */
11065
11030
  indeterminate: boolean;
11066
11031
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/labels) */
11067
11032
  readonly labels: NodeListOf<HTMLLabelElement> | null;
@@ -11310,19 +11275,9 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
11310
11275
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/crossOrigin) */
11311
11276
  crossOrigin: string | null;
11312
11277
  disabled: boolean;
11313
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/fetchPriority) */
11314
- fetchPriority: string;
11315
- /**
11316
- * Sets or retrieves a destination URL or an anchor point.
11317
- *
11318
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/href)
11319
- */
11278
+ /** Sets or retrieves a destination URL or an anchor point. */
11320
11279
  href: string;
11321
- /**
11322
- * Sets or retrieves the language code of the object.
11323
- *
11324
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/hreflang)
11325
- */
11280
+ /** Sets or retrieves the language code of the object. */
11326
11281
  hreflang: string;
11327
11282
  imageSizes: string;
11328
11283
  imageSrcset: string;
@@ -11565,7 +11520,6 @@ interface HTMLMediaElement extends HTMLElement {
11565
11520
  preservesPitch: boolean;
11566
11521
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/readyState) */
11567
11522
  readonly readyState: number;
11568
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/remote) */
11569
11523
  readonly remote: RemotePlayback;
11570
11524
  /**
11571
11525
  * Returns a TimeRanges object that represents the ranges of the current media resource that can be seeked.
@@ -11618,7 +11572,7 @@ interface HTMLMediaElement extends HTMLElement {
11618
11572
  */
11619
11573
  load(): void;
11620
11574
  /**
11621
- * Pauses the current playback and sets paused to TRUE.
11575
+ * Pauses the current playback and sets paused to TRUE. This can be used to test whether the media is playing or paused. You can also use the pause or play events to tell whether the media is playing or not.
11622
11576
  *
11623
11577
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/pause)
11624
11578
  */
@@ -12114,7 +12068,6 @@ declare var HTMLOptionsCollection: {
12114
12068
  };
12115
12069
 
12116
12070
  interface HTMLOrSVGElement {
12117
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus) */
12118
12071
  autofocus: boolean;
12119
12072
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
12120
12073
  readonly dataset: DOMStringMap;
@@ -12365,7 +12318,6 @@ interface HTMLScriptElement extends HTMLElement {
12365
12318
  * @deprecated
12366
12319
  */
12367
12320
  charset: string;
12368
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/crossOrigin) */
12369
12321
  crossOrigin: string | null;
12370
12322
  /** Sets or retrieves the status of the script. */
12371
12323
  defer: boolean;
@@ -12374,7 +12326,6 @@ interface HTMLScriptElement extends HTMLElement {
12374
12326
  * @deprecated
12375
12327
  */
12376
12328
  event: string;
12377
- fetchPriority: string;
12378
12329
  /**
12379
12330
  * Sets or retrieves the object that is bound to the event script.
12380
12331
  * @deprecated
@@ -12541,8 +12492,6 @@ interface HTMLSelectElement extends HTMLElement {
12541
12492
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/setCustomValidity)
12542
12493
  */
12543
12494
  setCustomValidity(error: string): void;
12544
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSelectElement/showPicker) */
12545
- showPicker(): void;
12546
12495
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
12547
12496
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
12548
12497
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLSelectElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
@@ -13196,7 +13145,6 @@ interface HTMLTemplateElement extends HTMLElement {
13196
13145
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/content)
13197
13146
  */
13198
13147
  readonly content: DocumentFragment;
13199
- shadowRootMode: string;
13200
13148
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
13201
13149
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
13202
13150
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTemplateElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
@@ -13537,30 +13485,6 @@ declare var Headers: {
13537
13485
  new(init?: HeadersInit): Headers;
13538
13486
  };
13539
13487
 
13540
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight) */
13541
- interface Highlight {
13542
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/priority) */
13543
- priority: number;
13544
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Highlight/type) */
13545
- type: HighlightType;
13546
- forEach(callbackfn: (value: AbstractRange, key: AbstractRange, parent: Highlight) => void, thisArg?: any): void;
13547
- }
13548
-
13549
- declare var Highlight: {
13550
- prototype: Highlight;
13551
- new(...initialRanges: AbstractRange[]): Highlight;
13552
- };
13553
-
13554
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HighlightRegistry) */
13555
- interface HighlightRegistry {
13556
- forEach(callbackfn: (value: Highlight, key: string, parent: HighlightRegistry) => void, thisArg?: any): void;
13557
- }
13558
-
13559
- declare var HighlightRegistry: {
13560
- prototype: HighlightRegistry;
13561
- new(): HighlightRegistry;
13562
- };
13563
-
13564
13488
  /**
13565
13489
  * Allows manipulation of the browser session history, that is the pages visited in the tab or frame that the current page is loaded in.
13566
13490
  *
@@ -14397,7 +14321,7 @@ declare var InputDeviceInfo: {
14397
14321
  };
14398
14322
 
14399
14323
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/InputEvent) */
14400
- interface InputEvent extends UIEvent {
14324
+ interface InputEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
14401
14325
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/InputEvent/data) */
14402
14326
  readonly data: string | null;
14403
14327
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/InputEvent/dataTransfer) */
@@ -14479,7 +14403,7 @@ interface KHR_parallel_shader_compile {
14479
14403
  *
14480
14404
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent)
14481
14405
  */
14482
- interface KeyboardEvent extends UIEvent {
14406
+ interface KeyboardEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
14483
14407
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/altKey) */
14484
14408
  readonly altKey: boolean;
14485
14409
  /**
@@ -14512,11 +14436,7 @@ interface KeyboardEvent extends UIEvent {
14512
14436
  readonly shiftKey: boolean;
14513
14437
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/getModifierState) */
14514
14438
  getModifierState(keyArg: string): boolean;
14515
- /**
14516
- * @deprecated
14517
- *
14518
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/initKeyboardEvent)
14519
- */
14439
+ /** @deprecated */
14520
14440
  initKeyboardEvent(typeArg: string, bubblesArg?: boolean, cancelableArg?: boolean, viewArg?: Window | null, keyArg?: string, locationArg?: number, ctrlKey?: boolean, altKey?: boolean, shiftKey?: boolean, metaKey?: boolean): void;
14521
14441
  readonly DOM_KEY_LOCATION_STANDARD: 0x00;
14522
14442
  readonly DOM_KEY_LOCATION_LEFT: 0x01;
@@ -14739,7 +14659,7 @@ declare var MIDIAccess: {
14739
14659
  */
14740
14660
  interface MIDIConnectionEvent extends Event {
14741
14661
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIConnectionEvent/port) */
14742
- readonly port: MIDIPort | null;
14662
+ readonly port: MIDIPort;
14743
14663
  }
14744
14664
 
14745
14665
  declare var MIDIConnectionEvent: {
@@ -14748,7 +14668,7 @@ declare var MIDIConnectionEvent: {
14748
14668
  };
14749
14669
 
14750
14670
  interface MIDIInputEventMap extends MIDIPortEventMap {
14751
- "midimessage": MIDIMessageEvent;
14671
+ "midimessage": Event;
14752
14672
  }
14753
14673
 
14754
14674
  /**
@@ -14758,7 +14678,7 @@ interface MIDIInputEventMap extends MIDIPortEventMap {
14758
14678
  */
14759
14679
  interface MIDIInput extends MIDIPort {
14760
14680
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIInput/midimessage_event) */
14761
- onmidimessage: ((this: MIDIInput, ev: MIDIMessageEvent) => any) | null;
14681
+ onmidimessage: ((this: MIDIInput, ev: Event) => any) | null;
14762
14682
  addEventListener<K extends keyof MIDIInputEventMap>(type: K, listener: (this: MIDIInput, ev: MIDIInputEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
14763
14683
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
14764
14684
  removeEventListener<K extends keyof MIDIInputEventMap>(type: K, listener: (this: MIDIInput, ev: MIDIInputEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
@@ -14791,7 +14711,7 @@ declare var MIDIInputMap: {
14791
14711
  */
14792
14712
  interface MIDIMessageEvent extends Event {
14793
14713
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIMessageEvent/data) */
14794
- readonly data: Uint8Array | null;
14714
+ readonly data: Uint8Array;
14795
14715
  }
14796
14716
 
14797
14717
  declare var MIDIMessageEvent: {
@@ -14833,7 +14753,7 @@ declare var MIDIOutputMap: {
14833
14753
  };
14834
14754
 
14835
14755
  interface MIDIPortEventMap {
14836
- "statechange": MIDIConnectionEvent;
14756
+ "statechange": Event;
14837
14757
  }
14838
14758
 
14839
14759
  /**
@@ -14851,7 +14771,7 @@ interface MIDIPort extends EventTarget {
14851
14771
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIPort/name) */
14852
14772
  readonly name: string | null;
14853
14773
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIPort/statechange_event) */
14854
- onstatechange: ((this: MIDIPort, ev: MIDIConnectionEvent) => any) | null;
14774
+ onstatechange: ((this: MIDIPort, ev: Event) => any) | null;
14855
14775
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIPort/state) */
14856
14776
  readonly state: MIDIPortDeviceState;
14857
14777
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MIDIPort/type) */
@@ -15690,7 +15610,7 @@ declare var MimeTypeArray: {
15690
15610
  *
15691
15611
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent)
15692
15612
  */
15693
- interface MouseEvent extends UIEvent {
15613
+ interface MouseEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
15694
15614
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/altKey) */
15695
15615
  readonly altKey: boolean;
15696
15616
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/button) */
@@ -15703,10 +15623,6 @@ interface MouseEvent extends UIEvent {
15703
15623
  readonly clientY: number;
15704
15624
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/ctrlKey) */
15705
15625
  readonly ctrlKey: boolean;
15706
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/layerX) */
15707
- readonly layerX: number;
15708
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/layerY) */
15709
- readonly layerY: number;
15710
15626
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/metaKey) */
15711
15627
  readonly metaKey: boolean;
15712
15628
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/MouseEvent/movementX) */
@@ -16512,8 +16428,6 @@ interface Notification extends EventTarget {
16512
16428
  onerror: ((this: Notification, ev: Event) => any) | null;
16513
16429
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/show_event) */
16514
16430
  onshow: ((this: Notification, ev: Event) => any) | null;
16515
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/requireInteraction) */
16516
- readonly requireInteraction: boolean;
16517
16431
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/silent) */
16518
16432
  readonly silent: boolean | null;
16519
16433
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/tag) */
@@ -16781,7 +16695,7 @@ declare var OscillatorNode: {
16781
16695
  };
16782
16696
 
16783
16697
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OverconstrainedError) */
16784
- interface OverconstrainedError extends DOMException {
16698
+ interface OverconstrainedError extends Error {
16785
16699
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/OverconstrainedError/constraint) */
16786
16700
  readonly constraint: string;
16787
16701
  }
@@ -17697,7 +17611,7 @@ declare var PluginArray: {
17697
17611
  *
17698
17612
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent)
17699
17613
  */
17700
- interface PointerEvent extends MouseEvent {
17614
+ interface PointerEvent<T extends EventTarget = EventTarget> extends MouseEvent<T> {
17701
17615
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/height) */
17702
17616
  readonly height: number;
17703
17617
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/isPrimary) */
@@ -17724,7 +17638,6 @@ interface PointerEvent extends MouseEvent {
17724
17638
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/getCoalescedEvents)
17725
17639
  */
17726
17640
  getCoalescedEvents(): PointerEvent[];
17727
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PointerEvent/getPredictedEvents) */
17728
17641
  getPredictedEvents(): PointerEvent[];
17729
17642
  }
17730
17643
 
@@ -17826,7 +17739,6 @@ interface PublicKeyCredential extends Credential {
17826
17739
  declare var PublicKeyCredential: {
17827
17740
  prototype: PublicKeyCredential;
17828
17741
  new(): PublicKeyCredential;
17829
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isConditionalMediationAvailable) */
17830
17742
  isConditionalMediationAvailable(): Promise<boolean>;
17831
17743
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable_static) */
17832
17744
  isUserVerifyingPlatformAuthenticatorAvailable(): Promise<boolean>;
@@ -18195,7 +18107,7 @@ interface RTCPeerConnectionEventMap {
18195
18107
  "connectionstatechange": Event;
18196
18108
  "datachannel": RTCDataChannelEvent;
18197
18109
  "icecandidate": RTCPeerConnectionIceEvent;
18198
- "icecandidateerror": RTCPeerConnectionIceErrorEvent;
18110
+ "icecandidateerror": Event;
18199
18111
  "iceconnectionstatechange": Event;
18200
18112
  "icegatheringstatechange": Event;
18201
18113
  "negotiationneeded": Event;
@@ -18230,7 +18142,7 @@ interface RTCPeerConnection extends EventTarget {
18230
18142
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/icecandidate_event) */
18231
18143
  onicecandidate: ((this: RTCPeerConnection, ev: RTCPeerConnectionIceEvent) => any) | null;
18232
18144
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/icecandidateerror_event) */
18233
- onicecandidateerror: ((this: RTCPeerConnection, ev: RTCPeerConnectionIceErrorEvent) => any) | null;
18145
+ onicecandidateerror: ((this: RTCPeerConnection, ev: Event) => any) | null;
18234
18146
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/iceconnectionstatechange_event) */
18235
18147
  oniceconnectionstatechange: ((this: RTCPeerConnection, ev: Event) => any) | null;
18236
18148
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCPeerConnection/icegatheringstatechange_event) */
@@ -20172,8 +20084,6 @@ declare var SVGGraphicsElement: {
20172
20084
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement)
20173
20085
  */
20174
20086
  interface SVGImageElement extends SVGGraphicsElement, SVGURIReference {
20175
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/crossorigin) */
20176
- crossOrigin: string | null;
20177
20087
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/height) */
20178
20088
  readonly height: SVGAnimatedLength;
20179
20089
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGImageElement/preserveAspectRatio) */
@@ -21317,7 +21227,6 @@ interface ServiceWorkerContainer extends EventTarget {
21317
21227
  oncontrollerchange: ((this: ServiceWorkerContainer, ev: Event) => any) | null;
21318
21228
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/message_event) */
21319
21229
  onmessage: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
21320
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/messageerror_event) */
21321
21230
  onmessageerror: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
21322
21231
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/ready) */
21323
21232
  readonly ready: Promise<ServiceWorkerRegistration>;
@@ -22523,7 +22432,7 @@ declare var Touch: {
22523
22432
  *
22524
22433
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TouchEvent)
22525
22434
  */
22526
- interface TouchEvent extends UIEvent {
22435
+ interface TouchEvent<T extends EventTarget = EventTarget> extends UIEvent<T> {
22527
22436
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TouchEvent/altKey) */
22528
22437
  readonly altKey: boolean;
22529
22438
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/TouchEvent/changedTouches) */
@@ -22671,7 +22580,7 @@ declare var TreeWalker: {
22671
22580
  *
22672
22581
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent)
22673
22582
  */
22674
- interface UIEvent extends Event {
22583
+ interface UIEvent<T extends EventTarget = EventTarget> extends Event<T> {
22675
22584
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/detail) */
22676
22585
  readonly detail: number;
22677
22586
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/UIEvent/view) */
@@ -23258,13 +23167,13 @@ interface WEBGL_lose_context {
23258
23167
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw) */
23259
23168
  interface WEBGL_multi_draw {
23260
23169
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysInstancedWEBGL) */
23261
- multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array | GLint[], firstsOffset: number, countsList: Int32Array | GLsizei[], countsOffset: number, instanceCountsList: Int32Array | GLsizei[], instanceCountsOffset: number, drawcount: GLsizei): void;
23170
+ multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array | GLint[], firstsOffset: GLuint, countsList: Int32Array | GLsizei[], countsOffset: GLuint, instanceCountsList: Int32Array | GLsizei[], instanceCountsOffset: GLuint, drawcount: GLsizei): void;
23262
23171
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysWEBGL) */
23263
- multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array | GLint[], firstsOffset: number, countsList: Int32Array | GLsizei[], countsOffset: number, drawcount: GLsizei): void;
23172
+ multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array | GLint[], firstsOffset: GLuint, countsList: Int32Array | GLsizei[], countsOffset: GLuint, drawcount: GLsizei): void;
23264
23173
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsInstancedWEBGL) */
23265
- multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array | GLsizei[], countsOffset: number, type: GLenum, offsetsList: Int32Array | GLsizei[], offsetsOffset: number, instanceCountsList: Int32Array | GLsizei[], instanceCountsOffset: number, drawcount: GLsizei): void;
23174
+ multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array | GLsizei[], countsOffset: GLuint, type: GLenum, offsetsList: Int32Array | GLsizei[], offsetsOffset: GLuint, instanceCountsList: Int32Array | GLsizei[], instanceCountsOffset: GLuint, drawcount: GLsizei): void;
23266
23175
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsWEBGL) */
23267
- multiDrawElementsWEBGL(mode: GLenum, countsList: Int32Array | GLsizei[], countsOffset: number, type: GLenum, offsetsList: Int32Array | GLsizei[], offsetsOffset: number, drawcount: GLsizei): void;
23176
+ multiDrawElementsWEBGL(mode: GLenum, countsList: Int32Array | GLsizei[], countsOffset: GLuint, type: GLenum, offsetsList: Int32Array | GLsizei[], offsetsOffset: GLuint, drawcount: GLsizei): void;
23268
23177
  }
23269
23178
 
23270
23179
  /**
@@ -23347,6 +23256,7 @@ declare var WebGL2RenderingContext: {
23347
23256
  readonly STENCIL: 0x1802;
23348
23257
  readonly RED: 0x1903;
23349
23258
  readonly RGB8: 0x8051;
23259
+ readonly RGBA8: 0x8058;
23350
23260
  readonly RGB10_A2: 0x8059;
23351
23261
  readonly TEXTURE_BINDING_3D: 0x806A;
23352
23262
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -23857,7 +23767,6 @@ declare var WebGL2RenderingContext: {
23857
23767
  readonly RENDERBUFFER: 0x8D41;
23858
23768
  readonly RGBA4: 0x8056;
23859
23769
  readonly RGB5_A1: 0x8057;
23860
- readonly RGBA8: 0x8058;
23861
23770
  readonly RGB565: 0x8D62;
23862
23771
  readonly DEPTH_COMPONENT16: 0x81A5;
23863
23772
  readonly STENCIL_INDEX8: 0x8D48;
@@ -23916,19 +23825,19 @@ interface WebGL2RenderingContextBase {
23916
23825
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
23917
23826
  clearBufferfi(buffer: GLenum, drawbuffer: GLint, depth: GLfloat, stencil: GLint): void;
23918
23827
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
23919
- clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: number): void;
23828
+ clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Float32List, srcOffset?: GLuint): void;
23920
23829
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
23921
- clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Int32List, srcOffset?: number): void;
23830
+ clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Int32List, srcOffset?: GLuint): void;
23922
23831
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
23923
- clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Uint32List, srcOffset?: number): void;
23832
+ clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Uint32List, srcOffset?: GLuint): void;
23924
23833
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clientWaitSync) */
23925
23834
  clientWaitSync(sync: WebGLSync, flags: GLbitfield, timeout: GLuint64): GLenum;
23926
23835
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/compressedTexImage3D) */
23927
23836
  compressedTexImage3D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, imageSize: GLsizei, offset: GLintptr): void;
23928
- compressedTexImage3D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, srcData: ArrayBufferView, srcOffset?: number, srcLengthOverride?: GLuint): void;
23837
+ compressedTexImage3D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, srcData: ArrayBufferView, srcOffset?: GLuint, srcLengthOverride?: GLuint): void;
23929
23838
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/compressedTexSubImage3D) */
23930
23839
  compressedTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, imageSize: GLsizei, offset: GLintptr): void;
23931
- compressedTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, srcData: ArrayBufferView, srcOffset?: number, srcLengthOverride?: GLuint): void;
23840
+ compressedTexSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, srcData: ArrayBufferView, srcOffset?: GLuint, srcLengthOverride?: GLuint): void;
23932
23841
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/copyBufferSubData) */
23933
23842
  copyBufferSubData(readTarget: GLenum, writeTarget: GLenum, readOffset: GLintptr, writeOffset: GLintptr, size: GLsizeiptr): void;
23934
23843
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/copyTexSubImage3D) */
@@ -23974,7 +23883,7 @@ interface WebGL2RenderingContextBase {
23974
23883
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
23975
23884
  getActiveUniforms(program: WebGLProgram, uniformIndices: GLuint[], pname: GLenum): any;
23976
23885
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getBufferSubData) */
23977
- getBufferSubData(target: GLenum, srcByteOffset: GLintptr, dstBuffer: ArrayBufferView, dstOffset?: number, length?: GLuint): void;
23886
+ getBufferSubData(target: GLenum, srcByteOffset: GLintptr, dstBuffer: ArrayBufferView, dstOffset?: GLuint, length?: GLuint): void;
23978
23887
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getFragDataLocation) */
23979
23888
  getFragDataLocation(program: WebGLProgram, name: string): GLint;
23980
23889
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getIndexedParameter) */
@@ -24025,7 +23934,7 @@ interface WebGL2RenderingContextBase {
24025
23934
  texImage3D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type: GLenum, pboOffset: GLintptr): void;
24026
23935
  texImage3D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;
24027
23936
  texImage3D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type: GLenum, srcData: ArrayBufferView | null): void;
24028
- texImage3D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: number): void;
23937
+ texImage3D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, border: GLint, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: GLuint): void;
24029
23938
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/texStorage2D) */
24030
23939
  texStorage2D(target: GLenum, levels: GLsizei, internalformat: GLenum, width: GLsizei, height: GLsizei): void;
24031
23940
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/texStorage3D) */
@@ -24033,39 +23942,39 @@ interface WebGL2RenderingContextBase {
24033
23942
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/texSubImage3D) */
24034
23943
  texSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, type: GLenum, pboOffset: GLintptr): void;
24035
23944
  texSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, type: GLenum, source: TexImageSource): void;
24036
- texSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, type: GLenum, srcData: ArrayBufferView | null, srcOffset?: number): void;
23945
+ texSubImage3D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, zoffset: GLint, width: GLsizei, height: GLsizei, depth: GLsizei, format: GLenum, type: GLenum, srcData: ArrayBufferView | null, srcOffset?: GLuint): void;
24037
23946
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/transformFeedbackVaryings) */
24038
23947
  transformFeedbackVaryings(program: WebGLProgram, varyings: string[], bufferMode: GLenum): void;
24039
23948
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24040
23949
  uniform1ui(location: WebGLUniformLocation | null, v0: GLuint): void;
24041
23950
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24042
- uniform1uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: number, srcLength?: GLuint): void;
23951
+ uniform1uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24043
23952
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24044
23953
  uniform2ui(location: WebGLUniformLocation | null, v0: GLuint, v1: GLuint): void;
24045
23954
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24046
- uniform2uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: number, srcLength?: GLuint): void;
23955
+ uniform2uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24047
23956
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24048
23957
  uniform3ui(location: WebGLUniformLocation | null, v0: GLuint, v1: GLuint, v2: GLuint): void;
24049
23958
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24050
- uniform3uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: number, srcLength?: GLuint): void;
23959
+ uniform3uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24051
23960
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24052
23961
  uniform4ui(location: WebGLUniformLocation | null, v0: GLuint, v1: GLuint, v2: GLuint, v3: GLuint): void;
24053
23962
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
24054
- uniform4uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: number, srcLength?: GLuint): void;
23963
+ uniform4uiv(location: WebGLUniformLocation | null, data: Uint32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24055
23964
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformBlockBinding) */
24056
23965
  uniformBlockBinding(program: WebGLProgram, uniformBlockIndex: GLuint, uniformBlockBinding: GLuint): void;
24057
23966
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24058
- uniformMatrix2x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23967
+ uniformMatrix2x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24059
23968
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24060
- uniformMatrix2x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23969
+ uniformMatrix2x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24061
23970
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24062
- uniformMatrix3x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23971
+ uniformMatrix3x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24063
23972
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24064
- uniformMatrix3x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23973
+ uniformMatrix3x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24065
23974
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24066
- uniformMatrix4x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23975
+ uniformMatrix4x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24067
23976
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
24068
- uniformMatrix4x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
23977
+ uniformMatrix4x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24069
23978
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribDivisor) */
24070
23979
  vertexAttribDivisor(index: GLuint, divisor: GLuint): void;
24071
23980
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */
@@ -24092,6 +24001,7 @@ interface WebGL2RenderingContextBase {
24092
24001
  readonly STENCIL: 0x1802;
24093
24002
  readonly RED: 0x1903;
24094
24003
  readonly RGB8: 0x8051;
24004
+ readonly RGBA8: 0x8058;
24095
24005
  readonly RGB10_A2: 0x8059;
24096
24006
  readonly TEXTURE_BINDING_3D: 0x806A;
24097
24007
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -24348,54 +24258,54 @@ interface WebGL2RenderingContextOverloads {
24348
24258
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/bufferData) */
24349
24259
  bufferData(target: GLenum, size: GLsizeiptr, usage: GLenum): void;
24350
24260
  bufferData(target: GLenum, srcData: AllowSharedBufferSource | null, usage: GLenum): void;
24351
- bufferData(target: GLenum, srcData: ArrayBufferView, usage: GLenum, srcOffset: number, length?: GLuint): void;
24261
+ bufferData(target: GLenum, srcData: ArrayBufferView, usage: GLenum, srcOffset: GLuint, length?: GLuint): void;
24352
24262
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/bufferSubData) */
24353
24263
  bufferSubData(target: GLenum, dstByteOffset: GLintptr, srcData: AllowSharedBufferSource): void;
24354
- bufferSubData(target: GLenum, dstByteOffset: GLintptr, srcData: ArrayBufferView, srcOffset: number, length?: GLuint): void;
24264
+ bufferSubData(target: GLenum, dstByteOffset: GLintptr, srcData: ArrayBufferView, srcOffset: GLuint, length?: GLuint): void;
24355
24265
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/compressedTexImage2D) */
24356
24266
  compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, imageSize: GLsizei, offset: GLintptr): void;
24357
- compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, srcData: ArrayBufferView, srcOffset?: number, srcLengthOverride?: GLuint): void;
24267
+ compressedTexImage2D(target: GLenum, level: GLint, internalformat: GLenum, width: GLsizei, height: GLsizei, border: GLint, srcData: ArrayBufferView, srcOffset?: GLuint, srcLengthOverride?: GLuint): void;
24358
24268
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/compressedTexSubImage2D) */
24359
24269
  compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, imageSize: GLsizei, offset: GLintptr): void;
24360
- compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, srcData: ArrayBufferView, srcOffset?: number, srcLengthOverride?: GLuint): void;
24270
+ compressedTexSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, srcData: ArrayBufferView, srcOffset?: GLuint, srcLengthOverride?: GLuint): void;
24361
24271
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/readPixels) */
24362
24272
  readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, dstData: ArrayBufferView | null): void;
24363
24273
  readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, offset: GLintptr): void;
24364
- readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, dstData: ArrayBufferView, dstOffset: number): void;
24274
+ readPixels(x: GLint, y: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, dstData: ArrayBufferView, dstOffset: GLuint): void;
24365
24275
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/texImage2D) */
24366
24276
  texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, pixels: ArrayBufferView | null): void;
24367
24277
  texImage2D(target: GLenum, level: GLint, internalformat: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;
24368
24278
  texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, pboOffset: GLintptr): void;
24369
24279
  texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;
24370
- texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: number): void;
24280
+ texImage2D(target: GLenum, level: GLint, internalformat: GLint, width: GLsizei, height: GLsizei, border: GLint, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: GLuint): void;
24371
24281
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/texSubImage2D) */
24372
24282
  texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pixels: ArrayBufferView | null): void;
24373
24283
  texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, format: GLenum, type: GLenum, source: TexImageSource): void;
24374
24284
  texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, pboOffset: GLintptr): void;
24375
24285
  texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, source: TexImageSource): void;
24376
- texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: number): void;
24286
+ texSubImage2D(target: GLenum, level: GLint, xoffset: GLint, yoffset: GLint, width: GLsizei, height: GLsizei, format: GLenum, type: GLenum, srcData: ArrayBufferView, srcOffset: GLuint): void;
24377
24287
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24378
- uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24288
+ uniform1fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24379
24289
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24380
- uniform1iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: number, srcLength?: GLuint): void;
24290
+ uniform1iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24381
24291
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24382
- uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24292
+ uniform2fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24383
24293
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24384
- uniform2iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: number, srcLength?: GLuint): void;
24294
+ uniform2iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24385
24295
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24386
- uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24296
+ uniform3fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24387
24297
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24388
- uniform3iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: number, srcLength?: GLuint): void;
24298
+ uniform3iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24389
24299
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24390
- uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24300
+ uniform4fv(location: WebGLUniformLocation | null, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24391
24301
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
24392
- uniform4iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: number, srcLength?: GLuint): void;
24302
+ uniform4iv(location: WebGLUniformLocation | null, data: Int32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24393
24303
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
24394
- uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24304
+ uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24395
24305
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
24396
- uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24306
+ uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24397
24307
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
24398
- uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: number, srcLength?: GLuint): void;
24308
+ uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Float32List, srcOffset?: GLuint, srcLength?: GLuint): void;
24399
24309
  }
24400
24310
 
24401
24311
  /**
@@ -24764,7 +24674,6 @@ declare var WebGLRenderingContext: {
24764
24674
  readonly RENDERBUFFER: 0x8D41;
24765
24675
  readonly RGBA4: 0x8056;
24766
24676
  readonly RGB5_A1: 0x8057;
24767
- readonly RGBA8: 0x8058;
24768
24677
  readonly RGB565: 0x8D62;
24769
24678
  readonly DEPTH_COMPONENT16: 0x81A5;
24770
24679
  readonly STENCIL_INDEX8: 0x8D48;
@@ -25340,7 +25249,6 @@ interface WebGLRenderingContextBase {
25340
25249
  readonly RENDERBUFFER: 0x8D41;
25341
25250
  readonly RGBA4: 0x8056;
25342
25251
  readonly RGB5_A1: 0x8057;
25343
- readonly RGBA8: 0x8058;
25344
25252
  readonly RGB565: 0x8D62;
25345
25253
  readonly DEPTH_COMPONENT16: 0x81A5;
25346
25254
  readonly STENCIL_INDEX8: 0x8D48;
@@ -25666,13 +25574,13 @@ interface WebTransportDatagramDuplexStream {
25666
25574
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark) */
25667
25575
  incomingHighWaterMark: number;
25668
25576
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingMaxAge) */
25669
- incomingMaxAge: number | null;
25577
+ incomingMaxAge: number;
25670
25578
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize) */
25671
25579
  readonly maxDatagramSize: number;
25672
25580
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark) */
25673
25581
  outgoingHighWaterMark: number;
25674
25582
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingMaxAge) */
25675
- outgoingMaxAge: number | null;
25583
+ outgoingMaxAge: number;
25676
25584
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/readable) */
25677
25585
  readonly readable: ReadableStream;
25678
25586
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/writable) */
@@ -25706,7 +25614,7 @@ declare var WebTransportError: {
25706
25614
  *
25707
25615
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/WheelEvent)
25708
25616
  */
25709
- interface WheelEvent extends MouseEvent {
25617
+ interface WheelEvent<T extends EventTarget = EventTarget> extends MouseEvent<T> {
25710
25618
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WheelEvent/deltaMode) */
25711
25619
  readonly deltaMode: number;
25712
25620
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WheelEvent/deltaX) */
@@ -25732,7 +25640,6 @@ interface WindowEventMap extends GlobalEventHandlersEventMap, WindowEventHandler
25732
25640
  "DOMContentLoaded": Event;
25733
25641
  "devicemotion": DeviceMotionEvent;
25734
25642
  "deviceorientation": DeviceOrientationEvent;
25735
- "deviceorientationabsolute": DeviceOrientationEvent;
25736
25643
  "gamepadconnected": GamepadEvent;
25737
25644
  "gamepaddisconnected": GamepadEvent;
25738
25645
  "orientationchange": Event;
@@ -25821,12 +25728,6 @@ interface Window extends EventTarget, AnimationFrameProvider, GlobalEventHandler
25821
25728
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/deviceorientation_event)
25822
25729
  */
25823
25730
  ondeviceorientation: ((this: Window, ev: DeviceOrientationEvent) => any) | null;
25824
- /**
25825
- * Available only in secure contexts.
25826
- *
25827
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/deviceorientationabsolute_event)
25828
- */
25829
- ondeviceorientationabsolute: ((this: Window, ev: DeviceOrientationEvent) => any) | null;
25830
25731
  /**
25831
25732
  * @deprecated
25832
25733
  *
@@ -26071,11 +25972,7 @@ interface WindowEventHandlers {
26071
25972
  onstorage: ((this: WindowEventHandlers, ev: StorageEvent) => any) | null;
26072
25973
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
26073
25974
  onunhandledrejection: ((this: WindowEventHandlers, ev: PromiseRejectionEvent) => any) | null;
26074
- /**
26075
- * @deprecated
26076
- *
26077
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
26078
- */
25975
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
26079
25976
  onunload: ((this: WindowEventHandlers, ev: Event) => any) | null;
26080
25977
  addEventListener<K extends keyof WindowEventHandlersEventMap>(type: K, listener: (this: WindowEventHandlers, ev: WindowEventHandlersEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
26081
25978
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
@@ -26610,44 +26507,44 @@ declare var XSLTProcessor: {
26610
26507
 
26611
26508
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */
26612
26509
  interface Console {
26613
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/assert_static) */
26510
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/assert) */
26614
26511
  assert(condition?: boolean, ...data: any[]): void;
26615
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static) */
26512
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear) */
26616
26513
  clear(): void;
26617
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */
26514
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count) */
26618
26515
  count(label?: string): void;
26619
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */
26516
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset) */
26620
26517
  countReset(label?: string): void;
26621
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
26518
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug) */
26622
26519
  debug(...data: any[]): void;
26623
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */
26520
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir) */
26624
26521
  dir(item?: any, options?: any): void;
26625
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */
26522
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml) */
26626
26523
  dirxml(...data: any[]): void;
26627
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) */
26524
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error) */
26628
26525
  error(...data: any[]): void;
26629
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */
26526
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group) */
26630
26527
  group(...data: any[]): void;
26631
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */
26528
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed) */
26632
26529
  groupCollapsed(...data: any[]): void;
26633
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */
26530
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd) */
26634
26531
  groupEnd(): void;
26635
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */
26532
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info) */
26636
26533
  info(...data: any[]): void;
26637
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */
26534
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log) */
26638
26535
  log(...data: any[]): void;
26639
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */
26536
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table) */
26640
26537
  table(tabularData?: any, properties?: string[]): void;
26641
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
26538
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time) */
26642
26539
  time(label?: string): void;
26643
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */
26540
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd) */
26644
26541
  timeEnd(label?: string): void;
26645
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */
26542
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog) */
26646
26543
  timeLog(label?: string, ...data: any[]): void;
26647
26544
  timeStamp(label?: string): void;
26648
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
26545
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace) */
26649
26546
  trace(...data: any[]): void;
26650
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */
26547
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn) */
26651
26548
  warn(...data: any[]): void;
26652
26549
  }
26653
26550
 
@@ -26655,13 +26552,10 @@ declare var console: Console;
26655
26552
 
26656
26553
  /** Holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface. */
26657
26554
  declare namespace CSS {
26658
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/highlights_static) */
26659
- var highlights: HighlightRegistry;
26660
26555
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26661
26556
  function Hz(value: number): CSSUnitValue;
26662
26557
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26663
26558
  function Q(value: number): CSSUnitValue;
26664
- function cap(value: number): CSSUnitValue;
26665
26559
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26666
26560
  function ch(value: number): CSSUnitValue;
26667
26561
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
@@ -26708,10 +26602,8 @@ declare namespace CSS {
26708
26602
  function fr(value: number): CSSUnitValue;
26709
26603
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26710
26604
  function grad(value: number): CSSUnitValue;
26711
- function ic(value: number): CSSUnitValue;
26712
26605
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26713
26606
  function kHz(value: number): CSSUnitValue;
26714
- function lh(value: number): CSSUnitValue;
26715
26607
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26716
26608
  function lvb(value: number): CSSUnitValue;
26717
26609
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
@@ -26740,15 +26632,10 @@ declare namespace CSS {
26740
26632
  function px(value: number): CSSUnitValue;
26741
26633
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26742
26634
  function rad(value: number): CSSUnitValue;
26743
- function rcap(value: number): CSSUnitValue;
26744
- function rch(value: number): CSSUnitValue;
26745
26635
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/registerProperty_static) */
26746
26636
  function registerProperty(definition: PropertyDefinition): void;
26747
26637
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26748
26638
  function rem(value: number): CSSUnitValue;
26749
- function rex(value: number): CSSUnitValue;
26750
- function ric(value: number): CSSUnitValue;
26751
- function rlh(value: number): CSSUnitValue;
26752
26639
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26753
26640
  function s(value: number): CSSUnitValue;
26754
26641
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/supports_static) */
@@ -26845,11 +26732,11 @@ declare namespace WebAssembly {
26845
26732
  var Module: {
26846
26733
  prototype: Module;
26847
26734
  new(bytes: BufferSource): Module;
26848
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/customSections_static) */
26735
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/customSections) */
26849
26736
  customSections(moduleObject: Module, sectionName: string): ArrayBuffer[];
26850
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/exports_static) */
26737
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/exports) */
26851
26738
  exports(moduleObject: Module): ModuleExportDescriptor[];
26852
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/imports_static) */
26739
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/Module/imports) */
26853
26740
  imports(moduleObject: Module): ModuleImportDescriptor[];
26854
26741
  };
26855
26742
 
@@ -26930,16 +26817,16 @@ declare namespace WebAssembly {
26930
26817
  type Imports = Record<string, ModuleImports>;
26931
26818
  type ModuleImports = Record<string, ImportValue>;
26932
26819
  type ValueType = keyof ValueTypeMap;
26933
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/compile_static) */
26820
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/compile) */
26934
26821
  function compile(bytes: BufferSource): Promise<Module>;
26935
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/compileStreaming_static) */
26822
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/compileStreaming) */
26936
26823
  function compileStreaming(source: Response | PromiseLike<Response>): Promise<Module>;
26937
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/instantiate_static) */
26824
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/instantiate) */
26938
26825
  function instantiate(bytes: BufferSource, importObject?: Imports): Promise<WebAssemblyInstantiatedSource>;
26939
26826
  function instantiate(moduleObject: Module, importObject?: Imports): Promise<Instance>;
26940
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/instantiateStreaming_static) */
26827
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/instantiateStreaming) */
26941
26828
  function instantiateStreaming(source: Response | PromiseLike<Response>, importObject?: Imports): Promise<WebAssemblyInstantiatedSource>;
26942
- /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/validate_static) */
26829
+ /** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/JavaScript_interface/validate) */
26943
26830
  function validate(bytes: BufferSource): boolean;
26944
26831
  }
26945
26832
 
@@ -27446,12 +27333,6 @@ declare var ondevicemotion: ((this: Window, ev: DeviceMotionEvent) => any) | nul
27446
27333
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/deviceorientation_event)
27447
27334
  */
27448
27335
  declare var ondeviceorientation: ((this: Window, ev: DeviceOrientationEvent) => any) | null;
27449
- /**
27450
- * Available only in secure contexts.
27451
- *
27452
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/deviceorientationabsolute_event)
27453
- */
27454
- declare var ondeviceorientationabsolute: ((this: Window, ev: DeviceOrientationEvent) => any) | null;
27455
27336
  /**
27456
27337
  * @deprecated
27457
27338
  *
@@ -27635,9 +27516,7 @@ declare function toString(): string;
27635
27516
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)
27636
27517
  */
27637
27518
  declare function dispatchEvent(event: Event): boolean;
27638
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/cancelAnimationFrame) */
27639
27519
  declare function cancelAnimationFrame(handle: number): void;
27640
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DedicatedWorkerGlobalScope/requestAnimationFrame) */
27641
27520
  declare function requestAnimationFrame(callback: FrameRequestCallback): number;
27642
27521
  /**
27643
27522
  * Fires when the user aborts the download.
@@ -27656,10 +27535,8 @@ declare var onanimationiteration: ((this: Window, ev: AnimationEvent) => any) |
27656
27535
  declare var onanimationstart: ((this: Window, ev: AnimationEvent) => any) | null;
27657
27536
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
27658
27537
  declare var onauxclick: ((this: Window, ev: MouseEvent) => any) | null;
27659
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
27538
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforeinput_event) */
27660
27539
  declare var onbeforeinput: ((this: Window, ev: InputEvent) => any) | null;
27661
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
27662
- declare var onbeforetoggle: ((this: Window, ev: Event) => any) | null;
27663
27540
  /**
27664
27541
  * Fires when the object loses the input focus.
27665
27542
  * @param ev The focus event.
@@ -27797,7 +27674,7 @@ declare var onfocus: ((this: Window, ev: FocusEvent) => any) | null;
27797
27674
  declare var onformdata: ((this: Window, ev: FormDataEvent) => any) | null;
27798
27675
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event) */
27799
27676
  declare var ongotpointercapture: ((this: Window, ev: PointerEvent) => any) | null;
27800
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event) */
27677
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/input_event) */
27801
27678
  declare var oninput: ((this: Window, ev: Event) => any) | null;
27802
27679
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event) */
27803
27680
  declare var oninvalid: ((this: Window, ev: Event) => any) | null;
@@ -27851,7 +27728,7 @@ declare var onloadedmetadata: ((this: Window, ev: Event) => any) | null;
27851
27728
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)
27852
27729
  */
27853
27730
  declare var onloadstart: ((this: Window, ev: Event) => any) | null;
27854
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lostpointercapture_event) */
27731
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lostpointercapture_event) */
27855
27732
  declare var onlostpointercapture: ((this: Window, ev: PointerEvent) => any) | null;
27856
27733
  /**
27857
27734
  * Fires when the user clicks the object with either mouse button.
@@ -28107,11 +27984,7 @@ declare var onrejectionhandled: ((this: Window, ev: PromiseRejectionEvent) => an
28107
27984
  declare var onstorage: ((this: Window, ev: StorageEvent) => any) | null;
28108
27985
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unhandledrejection_event) */
28109
27986
  declare var onunhandledrejection: ((this: Window, ev: PromiseRejectionEvent) => any) | null;
28110
- /**
28111
- * @deprecated
28112
- *
28113
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event)
28114
- */
27987
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/unload_event) */
28115
27988
  declare var onunload: ((this: Window, ev: Event) => any) | null;
28116
27989
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Window/localStorage) */
28117
27990
  declare var localStorage: Storage;
@@ -28186,7 +28059,7 @@ type ConstrainDouble = number | ConstrainDoubleRange;
28186
28059
  type ConstrainULong = number | ConstrainULongRange;
28187
28060
  type DOMHighResTimeStamp = number;
28188
28061
  type EpochTimeStamp = number;
28189
- type EventListenerOrEventListenerObject = EventListener | EventListenerObject;
28062
+ type EventListenerOrEventListenerObject<T extends EventTarget = EventTarget> = EventListener<T> | EventListenerObject<T>;
28190
28063
  type FileSystemWriteChunkType = BufferSource | Blob | string | WriteParams;
28191
28064
  type Float32List = Float32Array | GLfloat[];
28192
28065
  type FormDataEntryValue = File | string;
@@ -28300,7 +28173,6 @@ type GamepadMappingType = "" | "standard" | "xr-standard";
28300
28173
  type GlobalCompositeOperation = "color" | "color-burn" | "color-dodge" | "copy" | "darken" | "destination-atop" | "destination-in" | "destination-out" | "destination-over" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "lighter" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light" | "source-atop" | "source-in" | "source-out" | "source-over" | "xor";
28301
28174
  type HardwareAcceleration = "no-preference" | "prefer-hardware" | "prefer-software";
28302
28175
  type HdrMetadataType = "smpteSt2086" | "smpteSt2094-10" | "smpteSt2094-40";
28303
- type HighlightType = "grammar-error" | "highlight" | "spelling-error";
28304
28176
  type IDBCursorDirection = "next" | "nextunique" | "prev" | "prevunique";
28305
28177
  type IDBRequestReadyState = "done" | "pending";
28306
28178
  type IDBTransactionDurability = "default" | "relaxed" | "strict";
@@ -28370,7 +28242,7 @@ type RTCSctpTransportState = "closed" | "connected" | "connecting";
28370
28242
  type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
28371
28243
  type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
28372
28244
  type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "inprogress" | "succeeded" | "waiting";
28373
- type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-playout" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
28245
+ type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
28374
28246
  type ReadableStreamReaderMode = "byob";
28375
28247
  type ReadableStreamType = "bytes";
28376
28248
  type ReadyState = "closed" | "ended" | "open";
@@ -28381,7 +28253,6 @@ type RequestCache = "default" | "force-cache" | "no-cache" | "no-store" | "only-
28381
28253
  type RequestCredentials = "include" | "omit" | "same-origin";
28382
28254
  type RequestDestination = "" | "audio" | "audioworklet" | "document" | "embed" | "font" | "frame" | "iframe" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt";
28383
28255
  type RequestMode = "cors" | "navigate" | "no-cors" | "same-origin";
28384
- type RequestPriority = "auto" | "high" | "low";
28385
28256
  type RequestRedirect = "error" | "follow" | "manual";
28386
28257
  type ResidentKeyRequirement = "discouraged" | "preferred" | "required";
28387
28258
  type ResizeObserverBoxOptions = "border-box" | "content-box" | "device-pixel-content-box";