@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 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.121 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fsharedworker%400.0.121.
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 | BinaryData, descriptors?: FontFaceDescriptors): FontFace;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/sharedworker",
3
- "version": "0.0.121",
3
+ "version": "0.0.122",
4
4
  "description": "Types for the global scope of Shared Workers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
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 | BinaryData, descriptors?: FontFaceDescriptors): FontFace;
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;