@types/sharedworker 0.0.128 → 0.0.130

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.128 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.128.
31
+ You can read what changed in version 0.0.130 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.130.
package/index.d.ts CHANGED
@@ -2119,10 +2119,15 @@ interface EXT_texture_norm16 {
2119
2119
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
2120
2120
  */
2121
2121
  interface ErrorEvent extends Event {
2122
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */
2122
2123
  readonly colno: number;
2124
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
2123
2125
  readonly error: any;
2126
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
2124
2127
  readonly filename: string;
2128
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
2125
2129
  readonly lineno: number;
2130
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
2126
2131
  readonly message: string;
2127
2132
  }
2128
2133
 
@@ -6852,6 +6857,7 @@ interface WebGLRenderingContextBase {
6852
6857
  readonly drawingBufferHeight: GLsizei;
6853
6858
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
6854
6859
  readonly drawingBufferWidth: GLsizei;
6860
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
6855
6861
  unpackColorSpace: PredefinedColorSpace;
6856
6862
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
6857
6863
  activeTexture(texture: GLenum): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/sharedworker",
3
- "version": "0.0.128",
3
+ "version": "0.0.130",
4
4
  "description": "Types for the global scope of Shared Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -2119,10 +2119,15 @@ interface EXT_texture_norm16 {
2119
2119
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
2120
2120
  */
2121
2121
  interface ErrorEvent extends Event {
2122
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */
2122
2123
  readonly colno: number;
2124
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
2123
2125
  readonly error: any;
2126
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
2124
2127
  readonly filename: string;
2128
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
2125
2129
  readonly lineno: number;
2130
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
2126
2131
  readonly message: string;
2127
2132
  }
2128
2133
 
@@ -6852,6 +6857,7 @@ interface WebGLRenderingContextBase {
6852
6857
  readonly drawingBufferHeight: GLsizei;
6853
6858
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
6854
6859
  readonly drawingBufferWidth: GLsizei;
6860
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
6855
6861
  unpackColorSpace: PredefinedColorSpace;
6856
6862
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
6857
6863
  activeTexture(texture: GLenum): void;