@types/sharedworker 0.0.121 → 0.0.122
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.122 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.122.
|
package/index.d.ts
CHANGED
|
@@ -2603,7 +2603,7 @@ interface FontFace {
|
|
|
2603
2603
|
|
|
2604
2604
|
declare var FontFace: {
|
|
2605
2605
|
prototype: FontFace;
|
|
2606
|
-
new(family: string, source: string |
|
|
2606
|
+
new(family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace;
|
|
2607
2607
|
};
|
|
2608
2608
|
|
|
2609
2609
|
interface FontFaceSetEventMap {
|
|
@@ -8563,7 +8563,6 @@ declare function removeEventListener(type: string, listener: EventListenerOrEven
|
|
|
8563
8563
|
type AlgorithmIdentifier = Algorithm | string;
|
|
8564
8564
|
type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView;
|
|
8565
8565
|
type BigInteger = Uint8Array;
|
|
8566
|
-
type BinaryData = ArrayBuffer | ArrayBufferView;
|
|
8567
8566
|
type BlobPart = BufferSource | Blob | string;
|
|
8568
8567
|
type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
|
|
8569
8568
|
type BufferSource = ArrayBufferView | ArrayBuffer;
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2603,7 +2603,7 @@ interface FontFace {
|
|
|
2603
2603
|
|
|
2604
2604
|
declare var FontFace: {
|
|
2605
2605
|
prototype: FontFace;
|
|
2606
|
-
new(family: string, source: string |
|
|
2606
|
+
new(family: string, source: string | BufferSource, descriptors?: FontFaceDescriptors): FontFace;
|
|
2607
2607
|
};
|
|
2608
2608
|
|
|
2609
2609
|
interface FontFaceSetEventMap {
|
|
@@ -8563,7 +8563,6 @@ declare function removeEventListener(type: string, listener: EventListenerOrEven
|
|
|
8563
8563
|
type AlgorithmIdentifier = Algorithm | string;
|
|
8564
8564
|
type AllowSharedBufferSource = ArrayBuffer | ArrayBufferView;
|
|
8565
8565
|
type BigInteger = Uint8Array;
|
|
8566
|
-
type BinaryData = ArrayBuffer | ArrayBufferView;
|
|
8567
8566
|
type BlobPart = BufferSource | Blob | string;
|
|
8568
8567
|
type BodyInit = ReadableStream | XMLHttpRequestBodyInit;
|
|
8569
8568
|
type BufferSource = ArrayBufferView | ArrayBuffer;
|