@types/sharedworker 0.0.129 → 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 +1 -1
- package/index.d.ts +3 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +3 -0
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.
|
|
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,11 +2119,13 @@ 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;
|
|
2123
2124
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
|
|
2124
2125
|
readonly error: any;
|
|
2125
2126
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
|
|
2126
2127
|
readonly filename: string;
|
|
2128
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
|
|
2127
2129
|
readonly lineno: number;
|
|
2128
2130
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
|
|
2129
2131
|
readonly message: string;
|
|
@@ -6855,6 +6857,7 @@ interface WebGLRenderingContextBase {
|
|
|
6855
6857
|
readonly drawingBufferHeight: GLsizei;
|
|
6856
6858
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
|
|
6857
6859
|
readonly drawingBufferWidth: GLsizei;
|
|
6860
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
|
|
6858
6861
|
unpackColorSpace: PredefinedColorSpace;
|
|
6859
6862
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
|
|
6860
6863
|
activeTexture(texture: GLenum): void;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2119,11 +2119,13 @@ 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;
|
|
2123
2124
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
|
|
2124
2125
|
readonly error: any;
|
|
2125
2126
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
|
|
2126
2127
|
readonly filename: string;
|
|
2128
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
|
|
2127
2129
|
readonly lineno: number;
|
|
2128
2130
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
|
|
2129
2131
|
readonly message: string;
|
|
@@ -6855,6 +6857,7 @@ interface WebGLRenderingContextBase {
|
|
|
6855
6857
|
readonly drawingBufferHeight: GLsizei;
|
|
6856
6858
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
|
|
6857
6859
|
readonly drawingBufferWidth: GLsizei;
|
|
6860
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
|
|
6858
6861
|
unpackColorSpace: PredefinedColorSpace;
|
|
6859
6862
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
|
|
6860
6863
|
activeTexture(texture: GLenum): void;
|