@types/serviceworker 0.0.117 → 0.0.118
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 +2 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -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.118 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.118.
|
package/index.d.ts
CHANGED
|
@@ -1904,7 +1904,9 @@ interface DOMMatrixReadOnly {
|
|
|
1904
1904
|
readonly e: number;
|
|
1905
1905
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
|
1906
1906
|
readonly f: number;
|
|
1907
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/is2D) */
|
|
1907
1908
|
readonly is2D: boolean;
|
|
1909
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/isIdentity) */
|
|
1908
1910
|
readonly isIdentity: boolean;
|
|
1909
1911
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
|
1910
1912
|
readonly m11: number;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -1904,7 +1904,9 @@ interface DOMMatrixReadOnly {
|
|
|
1904
1904
|
readonly e: number;
|
|
1905
1905
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
|
1906
1906
|
readonly f: number;
|
|
1907
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/is2D) */
|
|
1907
1908
|
readonly is2D: boolean;
|
|
1909
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly/isIdentity) */
|
|
1908
1910
|
readonly isIdentity: boolean;
|
|
1909
1911
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMMatrixReadOnly#instance_properties) */
|
|
1910
1912
|
readonly m11: number;
|