@types/serviceworker 0.0.92 → 0.0.93
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 +1 -2
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -2
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.93 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.93.
|
package/index.d.ts
CHANGED
|
@@ -2714,7 +2714,7 @@ interface FontFace {
|
|
|
2714
2714
|
|
|
2715
2715
|
declare var FontFace: {
|
|
2716
2716
|
prototype: FontFace;
|
|
2717
|
-
new(family: string, source: string |
|
|
2717
|
+
new(family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace;
|
|
2718
2718
|
};
|
|
2719
2719
|
|
|
2720
2720
|
interface FontFaceSetEventMap {
|
|
@@ -8559,7 +8559,6 @@ declare function removeEventListener(type: string, listener: EventListenerOrEven
|
|
|
8559
8559
|
type AlgorithmIdentifier = Algorithm | string;
|
|
8560
8560
|
type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView;
|
|
8561
8561
|
type BigInteger = Uint8Array;
|
|
8562
|
-
type BinaryData = ArrayBuffer | ArrayBufferView;
|
|
8563
8562
|
type BlobPart = BufferSource | Blob | string;
|
|
8564
8563
|
type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
|
|
8565
8564
|
type BufferSource = ArrayBufferView | ArrayBuffer;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2714,7 +2714,7 @@ interface FontFace {
|
|
|
2714
2714
|
|
|
2715
2715
|
declare var FontFace: {
|
|
2716
2716
|
prototype: FontFace;
|
|
2717
|
-
new(family: string, source: string |
|
|
2717
|
+
new(family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace;
|
|
2718
2718
|
};
|
|
2719
2719
|
|
|
2720
2720
|
interface FontFaceSetEventMap {
|
|
@@ -8559,7 +8559,6 @@ declare function removeEventListener(type: string, listener: EventListenerOrEven
|
|
|
8559
8559
|
type AlgorithmIdentifier = Algorithm | string;
|
|
8560
8560
|
type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView;
|
|
8561
8561
|
type BigInteger = Uint8Array;
|
|
8562
|
-
type BinaryData = ArrayBuffer | ArrayBufferView;
|
|
8563
8562
|
type BlobPart = BufferSource | Blob | string;
|
|
8564
8563
|
type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
|
|
8565
8564
|
type BufferSource = ArrayBufferView | ArrayBuffer;
|