@types/web 0.0.130 → 0.0.131

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/index.d.ts +14 -9
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.130 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.130.
50
+ You can read what changed in version 0.0.131 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.131.
package/index.d.ts CHANGED
@@ -8985,7 +8985,7 @@ interface GlobalEventHandlers {
8985
8985
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
8986
8986
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
8987
8987
  onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
8988
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforeinput_event) */
8988
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
8989
8989
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
8990
8990
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
8991
8991
  onbeforetoggle: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -9126,7 +9126,7 @@ interface GlobalEventHandlers {
9126
9126
  onformdata: ((this: GlobalEventHandlers, ev: FormDataEvent) => any) | null;
9127
9127
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event) */
9128
9128
  ongotpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9129
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/input_event) */
9129
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event) */
9130
9130
  oninput: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9131
9131
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event) */
9132
9132
  oninvalid: ((this: GlobalEventHandlers, ev: Event) => any) | null;
@@ -9180,7 +9180,7 @@ interface GlobalEventHandlers {
9180
9180
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)
9181
9181
  */
9182
9182
  onloadstart: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9183
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lostpointercapture_event) */
9183
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lostpointercapture_event) */
9184
9184
  onlostpointercapture: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9185
9185
  /**
9186
9186
  * Fires when the user clicks the object with either mouse button.
@@ -14479,7 +14479,11 @@ interface KeyboardEvent extends UIEvent {
14479
14479
  readonly shiftKey: boolean;
14480
14480
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/getModifierState) */
14481
14481
  getModifierState(keyArg: string): boolean;
14482
- /** @deprecated */
14482
+ /**
14483
+ * @deprecated
14484
+ *
14485
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/KeyboardEvent/initKeyboardEvent)
14486
+ */
14483
14487
  initKeyboardEvent(typeArg: string, bubblesArg?: boolean, cancelableArg?: boolean, viewArg?: Window | null, keyArg?: string, locationArg?: number, ctrlKey?: boolean, altKey?: boolean, shiftKey?: boolean, metaKey?: boolean): void;
14484
14488
  readonly DOM_KEY_LOCATION_STANDARD: 0x00;
14485
14489
  readonly DOM_KEY_LOCATION_LEFT: 0x01;
@@ -23309,7 +23313,6 @@ declare var WebGL2RenderingContext: {
23309
23313
  readonly STENCIL: 0x1802;
23310
23314
  readonly RED: 0x1903;
23311
23315
  readonly RGB8: 0x8051;
23312
- readonly RGBA8: 0x8058;
23313
23316
  readonly RGB10_A2: 0x8059;
23314
23317
  readonly TEXTURE_BINDING_3D: 0x806A;
23315
23318
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -23820,6 +23823,7 @@ declare var WebGL2RenderingContext: {
23820
23823
  readonly RENDERBUFFER: 0x8D41;
23821
23824
  readonly RGBA4: 0x8056;
23822
23825
  readonly RGB5_A1: 0x8057;
23826
+ readonly RGBA8: 0x8058;
23823
23827
  readonly RGB565: 0x8D62;
23824
23828
  readonly DEPTH_COMPONENT16: 0x81A5;
23825
23829
  readonly STENCIL_INDEX8: 0x8D48;
@@ -24054,7 +24058,6 @@ interface WebGL2RenderingContextBase {
24054
24058
  readonly STENCIL: 0x1802;
24055
24059
  readonly RED: 0x1903;
24056
24060
  readonly RGB8: 0x8051;
24057
- readonly RGBA8: 0x8058;
24058
24061
  readonly RGB10_A2: 0x8059;
24059
24062
  readonly TEXTURE_BINDING_3D: 0x806A;
24060
24063
  readonly UNPACK_SKIP_IMAGES: 0x806D;
@@ -24727,6 +24730,7 @@ declare var WebGLRenderingContext: {
24727
24730
  readonly RENDERBUFFER: 0x8D41;
24728
24731
  readonly RGBA4: 0x8056;
24729
24732
  readonly RGB5_A1: 0x8057;
24733
+ readonly RGBA8: 0x8058;
24730
24734
  readonly RGB565: 0x8D62;
24731
24735
  readonly DEPTH_COMPONENT16: 0x81A5;
24732
24736
  readonly STENCIL_INDEX8: 0x8D48;
@@ -25302,6 +25306,7 @@ interface WebGLRenderingContextBase {
25302
25306
  readonly RENDERBUFFER: 0x8D41;
25303
25307
  readonly RGBA4: 0x8056;
25304
25308
  readonly RGB5_A1: 0x8057;
25309
+ readonly RGBA8: 0x8058;
25305
25310
  readonly RGB565: 0x8D62;
25306
25311
  readonly DEPTH_COMPONENT16: 0x81A5;
25307
25312
  readonly STENCIL_INDEX8: 0x8D48;
@@ -27617,7 +27622,7 @@ declare var onanimationiteration: ((this: Window, ev: AnimationEvent) => any) |
27617
27622
  declare var onanimationstart: ((this: Window, ev: AnimationEvent) => any) | null;
27618
27623
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
27619
27624
  declare var onauxclick: ((this: Window, ev: MouseEvent) => any) | null;
27620
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforeinput_event) */
27625
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
27621
27626
  declare var onbeforeinput: ((this: Window, ev: InputEvent) => any) | null;
27622
27627
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
27623
27628
  declare var onbeforetoggle: ((this: Window, ev: Event) => any) | null;
@@ -27758,7 +27763,7 @@ declare var onfocus: ((this: Window, ev: FocusEvent) => any) | null;
27758
27763
  declare var onformdata: ((this: Window, ev: FormDataEvent) => any) | null;
27759
27764
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/gotpointercapture_event) */
27760
27765
  declare var ongotpointercapture: ((this: Window, ev: PointerEvent) => any) | null;
27761
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/input_event) */
27766
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/input_event) */
27762
27767
  declare var oninput: ((this: Window, ev: Event) => any) | null;
27763
27768
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/invalid_event) */
27764
27769
  declare var oninvalid: ((this: Window, ev: Event) => any) | null;
@@ -27812,7 +27817,7 @@ declare var onloadedmetadata: ((this: Window, ev: Event) => any) | null;
27812
27817
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/loadstart_event)
27813
27818
  */
27814
27819
  declare var onloadstart: ((this: Window, ev: Event) => any) | null;
27815
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/lostpointercapture_event) */
27820
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lostpointercapture_event) */
27816
27821
  declare var onlostpointercapture: ((this: Window, ev: PointerEvent) => any) | null;
27817
27822
  /**
27818
27823
  * Fires when the user clicks the object with either mouse button.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],