@types/serviceworker 0.0.108 → 0.0.110

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 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.108 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.108.
31
+ You can read what changed in version 0.0.110 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.110.
package/index.d.ts CHANGED
@@ -1952,10 +1952,13 @@ interface DOMMatrixReadOnly {
1952
1952
  scaleNonUniform(scaleX?: number, scaleY?: number): DOMMatrix;
1953
1953
  skewX(sx?: number): DOMMatrix;
1954
1954
  skewY(sy?: number): DOMMatrix;
1955
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array) */
1955
1956
  toFloat32Array(): Float32Array;
1957
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array) */
1956
1958
  toFloat64Array(): Float64Array;
1957
1959
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toJSON) */
1958
1960
  toJSON(): any;
1961
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/transformPoint) */
1959
1962
  transformPoint(point?: DOMPointInit): DOMPoint;
1960
1963
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/translate) */
1961
1964
  translate(tx?: number, ty?: number, tz?: number): DOMMatrix;
@@ -1998,6 +2001,7 @@ interface DOMPointReadOnly {
1998
2001
  readonly y: number;
1999
2002
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/z) */
2000
2003
  readonly z: number;
2004
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform) */
2001
2005
  matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
2002
2006
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/toJSON) */
2003
2007
  toJSON(): any;
@@ -8706,7 +8710,7 @@ type MediaEncodingType = "record" | "webrtc";
8706
8710
  type NotificationDirection = "auto" | "ltr" | "rtl";
8707
8711
  type NotificationPermission = "default" | "denied" | "granted";
8708
8712
  type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
8709
- type PermissionName = "geolocation" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
8713
+ type PermissionName = "camera" | "geolocation" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
8710
8714
  type PermissionState = "denied" | "granted" | "prompt";
8711
8715
  type PredefinedColorSpace = "display-p3" | "srgb";
8712
8716
  type PremultiplyAlpha = "default" | "none" | "premultiply";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/serviceworker",
3
- "version": "0.0.108",
3
+ "version": "0.0.110",
4
4
  "description": "Types for the global scope of Service Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -1952,10 +1952,13 @@ interface DOMMatrixReadOnly {
1952
1952
  scaleNonUniform(scaleX?: number, scaleY?: number): DOMMatrix;
1953
1953
  skewX(sx?: number): DOMMatrix;
1954
1954
  skewY(sy?: number): DOMMatrix;
1955
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat32Array) */
1955
1956
  toFloat32Array(): Float32Array;
1957
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toFloat64Array) */
1956
1958
  toFloat64Array(): Float64Array;
1957
1959
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/toJSON) */
1958
1960
  toJSON(): any;
1961
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/transformPoint) */
1959
1962
  transformPoint(point?: DOMPointInit): DOMPoint;
1960
1963
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/translate) */
1961
1964
  translate(tx?: number, ty?: number, tz?: number): DOMMatrix;
@@ -1998,6 +2001,7 @@ interface DOMPointReadOnly {
1998
2001
  readonly y: number;
1999
2002
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/z) */
2000
2003
  readonly z: number;
2004
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/matrixTransform) */
2001
2005
  matrixTransform(matrix?: DOMMatrixInit): DOMPoint;
2002
2006
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMPointReadOnly/toJSON) */
2003
2007
  toJSON(): any;
@@ -8706,7 +8710,7 @@ type MediaEncodingType = "record" | "webrtc";
8706
8710
  type NotificationDirection = "auto" | "ltr" | "rtl";
8707
8711
  type NotificationPermission = "default" | "denied" | "granted";
8708
8712
  type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu";
8709
- type PermissionName = "geolocation" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
8713
+ type PermissionName = "camera" | "geolocation" | "microphone" | "midi" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access";
8710
8714
  type PermissionState = "denied" | "granted" | "prompt";
8711
8715
  type PredefinedColorSpace = "display-p3" | "srgb";
8712
8716
  type PremultiplyAlpha = "default" | "none" | "premultiply";