@types/serviceworker 0.0.100 → 0.0.101
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.101 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.101.
|
package/index.d.ts
CHANGED
|
@@ -2192,11 +2192,13 @@ interface EXT_texture_norm16 {
|
|
|
2192
2192
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
|
|
2193
2193
|
*/
|
|
2194
2194
|
interface ErrorEvent extends Event {
|
|
2195
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */
|
|
2195
2196
|
readonly colno: number;
|
|
2196
2197
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
|
|
2197
2198
|
readonly error: any;
|
|
2198
2199
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
|
|
2199
2200
|
readonly filename: string;
|
|
2201
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
|
|
2200
2202
|
readonly lineno: number;
|
|
2201
2203
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
|
|
2202
2204
|
readonly message: string;
|
|
@@ -7044,6 +7046,7 @@ interface WebGLRenderingContextBase {
|
|
|
7044
7046
|
readonly drawingBufferHeight: GLsizei;
|
|
7045
7047
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
|
|
7046
7048
|
readonly drawingBufferWidth: GLsizei;
|
|
7049
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
|
|
7047
7050
|
unpackColorSpace: PredefinedColorSpace;
|
|
7048
7051
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
|
|
7049
7052
|
activeTexture(texture: GLenum): void;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2192,11 +2192,13 @@ interface EXT_texture_norm16 {
|
|
|
2192
2192
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent)
|
|
2193
2193
|
*/
|
|
2194
2194
|
interface ErrorEvent extends Event {
|
|
2195
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/colno) */
|
|
2195
2196
|
readonly colno: number;
|
|
2196
2197
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/error) */
|
|
2197
2198
|
readonly error: any;
|
|
2198
2199
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/filename) */
|
|
2199
2200
|
readonly filename: string;
|
|
2201
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/lineno) */
|
|
2200
2202
|
readonly lineno: number;
|
|
2201
2203
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ErrorEvent/message) */
|
|
2202
2204
|
readonly message: string;
|
|
@@ -7044,6 +7046,7 @@ interface WebGLRenderingContextBase {
|
|
|
7044
7046
|
readonly drawingBufferHeight: GLsizei;
|
|
7045
7047
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/drawingBufferWidth) */
|
|
7046
7048
|
readonly drawingBufferWidth: GLsizei;
|
|
7049
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/unpackColorSpace) */
|
|
7047
7050
|
unpackColorSpace: PredefinedColorSpace;
|
|
7048
7051
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/activeTexture) */
|
|
7049
7052
|
activeTexture(texture: GLenum): void;
|