@types/serviceworker 0.0.80 → 0.0.82
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.82 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.82.
|
package/index.d.ts
CHANGED
|
@@ -4844,6 +4844,7 @@ interface ServiceWorkerContainer extends EventTarget {
|
|
|
4844
4844
|
oncontrollerchange: ((this: ServiceWorkerContainer, ev: Event) => any) | null;
|
|
4845
4845
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/message_event) */
|
|
4846
4846
|
onmessage: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
|
|
4847
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/messageerror_event) */
|
|
4847
4848
|
onmessageerror: ((this: ServiceWorkerContainer, ev: MessageEvent) => any) | null;
|
|
4848
4849
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ServiceWorkerContainer/ready) */
|
|
4849
4850
|
readonly ready: Promise<ServiceWorkerRegistration>;
|
|
@@ -5555,7 +5556,6 @@ declare var WebGL2RenderingContext: {
|
|
|
5555
5556
|
readonly STENCIL: 0x1802;
|
|
5556
5557
|
readonly RED: 0x1903;
|
|
5557
5558
|
readonly RGB8: 0x8051;
|
|
5558
|
-
readonly RGBA8: 0x8058;
|
|
5559
5559
|
readonly RGB10_A2: 0x8059;
|
|
5560
5560
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
5561
5561
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -6066,6 +6066,7 @@ declare var WebGL2RenderingContext: {
|
|
|
6066
6066
|
readonly RENDERBUFFER: 0x8D41;
|
|
6067
6067
|
readonly RGBA4: 0x8056;
|
|
6068
6068
|
readonly RGB5_A1: 0x8057;
|
|
6069
|
+
readonly RGBA8: 0x8058;
|
|
6069
6070
|
readonly RGB565: 0x8D62;
|
|
6070
6071
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
6071
6072
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -6300,7 +6301,6 @@ interface WebGL2RenderingContextBase {
|
|
|
6300
6301
|
readonly STENCIL: 0x1802;
|
|
6301
6302
|
readonly RED: 0x1903;
|
|
6302
6303
|
readonly RGB8: 0x8051;
|
|
6303
|
-
readonly RGBA8: 0x8058;
|
|
6304
6304
|
readonly RGB10_A2: 0x8059;
|
|
6305
6305
|
readonly TEXTURE_BINDING_3D: 0x806A;
|
|
6306
6306
|
readonly UNPACK_SKIP_IMAGES: 0x806D;
|
|
@@ -6973,6 +6973,7 @@ declare var WebGLRenderingContext: {
|
|
|
6973
6973
|
readonly RENDERBUFFER: 0x8D41;
|
|
6974
6974
|
readonly RGBA4: 0x8056;
|
|
6975
6975
|
readonly RGB5_A1: 0x8057;
|
|
6976
|
+
readonly RGBA8: 0x8058;
|
|
6976
6977
|
readonly RGB565: 0x8D62;
|
|
6977
6978
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
6978
6979
|
readonly STENCIL_INDEX8: 0x8D48;
|
|
@@ -7546,6 +7547,7 @@ interface WebGLRenderingContextBase {
|
|
|
7546
7547
|
readonly RENDERBUFFER: 0x8D41;
|
|
7547
7548
|
readonly RGBA4: 0x8056;
|
|
7548
7549
|
readonly RGB5_A1: 0x8057;
|
|
7550
|
+
readonly RGBA8: 0x8058;
|
|
7549
7551
|
readonly RGB565: 0x8D62;
|
|
7550
7552
|
readonly DEPTH_COMPONENT16: 0x81A5;
|
|
7551
7553
|
readonly STENCIL_INDEX8: 0x8D48;
|