@types/webworker 0.0.42 → 0.0.43

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/README.md CHANGED
@@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p
45
45
 
46
46
  ## Deploy Metadata
47
47
 
48
- You can read what changed in version 0.0.42 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.42.
48
+ You can read what changed in version 0.0.43 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.43.
package/index.d.ts CHANGED
@@ -11303,6 +11303,7 @@ interface WebGLRenderingContextBase {
11303
11303
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
11304
11304
  getError(): GLenum;
11305
11305
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
11306
+ getExtension(name: string): any;
11306
11307
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
11307
11308
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
11308
11309
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -11337,7 +11338,6 @@ interface WebGLRenderingContextBase {
11337
11338
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
11338
11339
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
11339
11340
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
11340
- getExtension(name: string): any;
11341
11341
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
11342
11342
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
11343
11343
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/webworker",
3
- "version": "0.0.42",
3
+ "version": "0.0.43",
4
4
  "description": "Types for the global scope of Web Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -11300,6 +11300,7 @@ interface WebGLRenderingContextBase {
11300
11300
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
11301
11301
  getError(): GLenum;
11302
11302
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
11303
+ getExtension(name: string): any;
11303
11304
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
11304
11305
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
11305
11306
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -11334,7 +11335,6 @@ interface WebGLRenderingContextBase {
11334
11335
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
11335
11336
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
11336
11337
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
11337
- getExtension(name: string): any;
11338
11338
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
11339
11339
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
11340
11340
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */
package/ts5.6/index.d.ts CHANGED
@@ -11300,6 +11300,7 @@ interface WebGLRenderingContextBase {
11300
11300
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
11301
11301
  getError(): GLenum;
11302
11302
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
11303
+ getExtension(name: string): any;
11303
11304
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
11304
11305
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
11305
11306
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -11334,7 +11335,6 @@ interface WebGLRenderingContextBase {
11334
11335
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
11335
11336
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
11336
11337
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
11337
- getExtension(name: string): any;
11338
11338
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
11339
11339
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
11340
11340
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */
package/ts5.9/index.d.ts CHANGED
@@ -11300,6 +11300,7 @@ interface WebGLRenderingContextBase {
11300
11300
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
11301
11301
  getError(): GLenum;
11302
11302
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
11303
+ getExtension(name: string): any;
11303
11304
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
11304
11305
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
11305
11306
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -11334,7 +11335,6 @@ interface WebGLRenderingContextBase {
11334
11335
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
11335
11336
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
11336
11337
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
11337
- getExtension(name: string): any;
11338
11338
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
11339
11339
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
11340
11340
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */