@types/sharedworker 0.0.110 → 0.0.111
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 -2
- package/package.json +1 -1
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.111 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.111.
|
package/index.d.ts
CHANGED
|
@@ -5370,7 +5370,6 @@ declare var WebGL2RenderingContext: {
|
|
|
5370
5370
|
readonly STENCIL: 0x1802;
|
|
5371
5371
|
readonly RED: 0x1903;
|
|
5372
5372
|
readonly RGB8: 0x8051;
|
|
5373
|
-
readonly RGBA8: 0x8058;
|
|
5374
5373
|
readonly RGB10_A2: 0x8059;
|
|
5375
5374
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
5376
5375
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -5881,6 +5880,7 @@ declare var WebGL2RenderingContext: {
|
|
|
5881
5880
|
readonly RENDERBUFFER: 0x8D41;
|
|
5882
5881
|
readonly RGBA4: 0x8056;
|
|
5883
5882
|
readonly RGB5_A1: 0x8057;
|
|
5883
|
+
readonly RGBA8: 0x8058;
|
|
5884
5884
|
readonly RGB565: 0x8D62;
|
|
5885
5885
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
5886
5886
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -6115,7 +6115,6 @@ interface WebGL2RenderingContextBase {
|
|
|
6115
6115
|
readonly STENCIL: 0x1802;
|
|
6116
6116
|
readonly RED: 0x1903;
|
|
6117
6117
|
readonly RGB8: 0x8051;
|
|
6118
|
-
readonly RGBA8: 0x8058;
|
|
6119
6118
|
readonly RGB10_A2: 0x8059;
|
|
6120
6119
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
6121
6120
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -6788,6 +6787,7 @@ declare var WebGLRenderingContext: {
|
|
|
6788
6787
|
readonly RENDERBUFFER: 0x8D41;
|
|
6789
6788
|
readonly RGBA4: 0x8056;
|
|
6790
6789
|
readonly RGB5_A1: 0x8057;
|
|
6790
|
+
readonly RGBA8: 0x8058;
|
|
6791
6791
|
readonly RGB565: 0x8D62;
|
|
6792
6792
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
6793
6793
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -7361,6 +7361,7 @@ interface WebGLRenderingContextBase {
|
|
|
7361
7361
|
readonly RENDERBUFFER: 0x8D41;
|
|
7362
7362
|
readonly RGBA4: 0x8056;
|
|
7363
7363
|
readonly RGB5_A1: 0x8057;
|
|
7364
|
+
readonly RGBA8: 0x8058;
|
|
7364
7365
|
readonly RGB565: 0x8D62;
|
|
7365
7366
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
7366
7367
|
readonly STENCIL_INDEX8: 0x8D48;
|