@types/sharedworker 0.0.109 → 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 +4 -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
|
@@ -4678,6 +4678,7 @@ interface ServiceWorkerContainer extends EventTarget {
|
|
|
4678
4678
|
oncontrollerchange: ((this: ServiceWorkerContainer, ev: Event) => any) | null;
|
|
4679
4679
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/message_event) */
|
|
4680
4680
|
onmessage: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
|
|
4681
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/messageerror_event) */
|
|
4681
4682
|
onmessageerror: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
|
|
4682
4683
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/ready) */
|
|
4683
4684
|
readonly ready: Promise<ServiceWorkerRegistration>;
|
|
@@ -5369,7 +5370,6 @@ declare var WebGL2RenderingContext: {
|
|
|
5369
5370
|
readonly STENCIL: 0x1802;
|
|
5370
5371
|
readonly RED: 0x1903;
|
|
5371
5372
|
readonly RGB8: 0x8051;
|
|
5372
|
-
readonly RGBA8: 0x8058;
|
|
5373
5373
|
readonly RGB10_A2: 0x8059;
|
|
5374
5374
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
5375
5375
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -5880,6 +5880,7 @@ declare var WebGL2RenderingContext: {
|
|
|
5880
5880
|
readonly RENDERBUFFER: 0x8D41;
|
|
5881
5881
|
readonly RGBA4: 0x8056;
|
|
5882
5882
|
readonly RGB5_A1: 0x8057;
|
|
5883
|
+
readonly RGBA8: 0x8058;
|
|
5883
5884
|
readonly RGB565: 0x8D62;
|
|
5884
5885
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
5885
5886
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -6114,7 +6115,6 @@ interface WebGL2RenderingContextBase {
|
|
|
6114
6115
|
readonly STENCIL: 0x1802;
|
|
6115
6116
|
readonly RED: 0x1903;
|
|
6116
6117
|
readonly RGB8: 0x8051;
|
|
6117
|
-
readonly RGBA8: 0x8058;
|
|
6118
6118
|
readonly RGB10_A2: 0x8059;
|
|
6119
6119
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
6120
6120
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -6787,6 +6787,7 @@ declare var WebGLRenderingContext: {
|
|
|
6787
6787
|
readonly RENDERBUFFER: 0x8D41;
|
|
6788
6788
|
readonly RGBA4: 0x8056;
|
|
6789
6789
|
readonly RGB5_A1: 0x8057;
|
|
6790
|
+
readonly RGBA8: 0x8058;
|
|
6790
6791
|
readonly RGB565: 0x8D62;
|
|
6791
6792
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
6792
6793
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -7360,6 +7361,7 @@ interface WebGLRenderingContextBase {
|
|
|
7360
7361
|
readonly RENDERBUFFER: 0x8D41;
|
|
7361
7362
|
readonly RGBA4: 0x8056;
|
|
7362
7363
|
readonly RGB5_A1: 0x8057;
|
|
7364
|
+
readonly RGBA8: 0x8058;
|
|
7363
7365
|
readonly RGB565: 0x8D62;
|
|
7364
7366
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
7365
7367
|
readonly STENCIL_INDEX8: 0x8D48;
|