@types/serviceworker 0.0.166 → 0.0.167

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
@@ -28,4 +28,4 @@ This project does not respect semantic versioning as almost every change could p
28
28
 
29
29
  ## Deploy Metadata
30
30
 
31
- You can read what changed in version 0.0.166 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.166.
31
+ You can read what changed in version 0.0.167 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.167.
package/index.d.ts CHANGED
@@ -9859,6 +9859,7 @@ interface WebGLRenderingContextBase {
9859
9859
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
9860
9860
  getError(): GLenum;
9861
9861
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9862
+ getExtension(name: string): any;
9862
9863
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9863
9864
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9864
9865
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9893,7 +9894,6 @@ interface WebGLRenderingContextBase {
9893
9894
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9894
9895
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9895
9896
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9896
- getExtension(name: string): any;
9897
9897
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
9898
9898
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
9899
9899
  /** [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/serviceworker",
3
- "version": "0.0.166",
3
+ "version": "0.0.167",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -9856,6 +9856,7 @@ interface WebGLRenderingContextBase {
9856
9856
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
9857
9857
  getError(): GLenum;
9858
9858
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9859
+ getExtension(name: string): any;
9859
9860
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9860
9861
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9861
9862
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9890,7 +9891,6 @@ interface WebGLRenderingContextBase {
9890
9891
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9891
9892
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9892
9893
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9893
- getExtension(name: string): any;
9894
9894
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
9895
9895
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
9896
9896
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */
package/ts5.6/index.d.ts CHANGED
@@ -9856,6 +9856,7 @@ interface WebGLRenderingContextBase {
9856
9856
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
9857
9857
  getError(): GLenum;
9858
9858
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9859
+ getExtension(name: string): any;
9859
9860
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9860
9861
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9861
9862
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9890,7 +9891,6 @@ interface WebGLRenderingContextBase {
9890
9891
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9891
9892
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9892
9893
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9893
- getExtension(name: string): any;
9894
9894
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
9895
9895
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
9896
9896
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */
package/ts5.9/index.d.ts CHANGED
@@ -9856,6 +9856,7 @@ interface WebGLRenderingContextBase {
9856
9856
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getError) */
9857
9857
  getError(): GLenum;
9858
9858
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getExtension) */
9859
+ getExtension(name: string): any;
9859
9860
  getExtension(extensionName: "ANGLE_instanced_arrays"): ANGLE_instanced_arrays | null;
9860
9861
  getExtension(extensionName: "EXT_blend_minmax"): EXT_blend_minmax | null;
9861
9862
  getExtension(extensionName: "EXT_color_buffer_float"): EXT_color_buffer_float | null;
@@ -9890,7 +9891,6 @@ interface WebGLRenderingContextBase {
9890
9891
  getExtension(extensionName: "WEBGL_draw_buffers"): WEBGL_draw_buffers | null;
9891
9892
  getExtension(extensionName: "WEBGL_lose_context"): WEBGL_lose_context | null;
9892
9893
  getExtension(extensionName: "WEBGL_multi_draw"): WEBGL_multi_draw | null;
9893
- getExtension(name: string): any;
9894
9894
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter) */
9895
9895
  getFramebufferAttachmentParameter(target: GLenum, attachment: GLenum, pname: GLenum): any;
9896
9896
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/getParameter) */