@types/webworker 0.0.43 → 0.0.44
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/ts5.6/index.d.ts +1 -2
- package/ts5.9/index.d.ts +1 -2
package/README.md
CHANGED
|
@@ -45,4 +45,4 @@ This project does not respect semantic versioning as almost every change could p
|
|
|
45
45
|
|
|
46
46
|
## Deploy Metadata
|
|
47
47
|
|
|
48
|
-
You can read what changed in version 0.0.
|
|
48
|
+
You can read what changed in version 0.0.44 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.44.
|
package/index.d.ts
CHANGED
|
@@ -7468,7 +7468,7 @@ interface RTCEncodedVideoFrame {
|
|
|
7468
7468
|
*
|
|
7469
7469
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/type)
|
|
7470
7470
|
*/
|
|
7471
|
-
readonly type:
|
|
7471
|
+
readonly type: EncodedVideoChunkType;
|
|
7472
7472
|
/**
|
|
7473
7473
|
* The **`getMetadata()`** method of the RTCEncodedVideoFrame interface returns an object containing the metadata associated with the frame.
|
|
7474
7474
|
*
|
|
@@ -13508,7 +13508,6 @@ type PredefinedColorSpace = "display-p3" | "srgb";
|
|
|
13508
13508
|
type PremultiplyAlpha = "default" | "none" | "premultiply";
|
|
13509
13509
|
type PushEncryptionKeyName = "auth" | "p256dh";
|
|
13510
13510
|
type RTCDataChannelState = "closed" | "closing" | "connecting" | "open";
|
|
13511
|
-
type RTCEncodedVideoFrameType = "delta" | "empty" | "key";
|
|
13512
13511
|
type ReadableStreamReaderMode = "byob";
|
|
13513
13512
|
type ReadableStreamType = "bytes";
|
|
13514
13513
|
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -7465,7 +7465,7 @@ interface RTCEncodedVideoFrame {
|
|
|
7465
7465
|
*
|
|
7466
7466
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/type)
|
|
7467
7467
|
*/
|
|
7468
|
-
readonly type:
|
|
7468
|
+
readonly type: EncodedVideoChunkType;
|
|
7469
7469
|
/**
|
|
7470
7470
|
* The **`getMetadata()`** method of the RTCEncodedVideoFrame interface returns an object containing the metadata associated with the frame.
|
|
7471
7471
|
*
|
|
@@ -13505,7 +13505,6 @@ type PredefinedColorSpace = "display-p3" | "srgb";
|
|
|
13505
13505
|
type PremultiplyAlpha = "default" | "none" | "premultiply";
|
|
13506
13506
|
type PushEncryptionKeyName = "auth" | "p256dh";
|
|
13507
13507
|
type RTCDataChannelState = "closed" | "closing" | "connecting" | "open";
|
|
13508
|
-
type RTCEncodedVideoFrameType = "delta" | "empty" | "key";
|
|
13509
13508
|
type ReadableStreamReaderMode = "byob";
|
|
13510
13509
|
type ReadableStreamType = "bytes";
|
|
13511
13510
|
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -7465,7 +7465,7 @@ interface RTCEncodedVideoFrame {
|
|
|
7465
7465
|
*
|
|
7466
7466
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/type)
|
|
7467
7467
|
*/
|
|
7468
|
-
readonly type:
|
|
7468
|
+
readonly type: EncodedVideoChunkType;
|
|
7469
7469
|
/**
|
|
7470
7470
|
* The **`getMetadata()`** method of the RTCEncodedVideoFrame interface returns an object containing the metadata associated with the frame.
|
|
7471
7471
|
*
|
|
@@ -13505,7 +13505,6 @@ type PredefinedColorSpace = "display-p3" | "srgb";
|
|
|
13505
13505
|
type PremultiplyAlpha = "default" | "none" | "premultiply";
|
|
13506
13506
|
type PushEncryptionKeyName = "auth" | "p256dh";
|
|
13507
13507
|
type RTCDataChannelState = "closed" | "closing" | "connecting" | "open";
|
|
13508
|
-
type RTCEncodedVideoFrameType = "delta" | "empty" | "key";
|
|
13509
13508
|
type ReadableStreamReaderMode = "byob";
|
|
13510
13509
|
type ReadableStreamType = "bytes";
|
|
13511
13510
|
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -7465,7 +7465,7 @@ interface RTCEncodedVideoFrame {
|
|
|
7465
7465
|
*
|
|
7466
7466
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/type)
|
|
7467
7467
|
*/
|
|
7468
|
-
readonly type:
|
|
7468
|
+
readonly type: EncodedVideoChunkType;
|
|
7469
7469
|
/**
|
|
7470
7470
|
* The **`getMetadata()`** method of the RTCEncodedVideoFrame interface returns an object containing the metadata associated with the frame.
|
|
7471
7471
|
*
|
|
@@ -13505,7 +13505,6 @@ type PredefinedColorSpace = "display-p3" | "srgb";
|
|
|
13505
13505
|
type PremultiplyAlpha = "default" | "none" | "premultiply";
|
|
13506
13506
|
type PushEncryptionKeyName = "auth" | "p256dh";
|
|
13507
13507
|
type RTCDataChannelState = "closed" | "closing" | "connecting" | "open";
|
|
13508
|
-
type RTCEncodedVideoFrameType = "delta" | "empty" | "key";
|
|
13509
13508
|
type ReadableStreamReaderMode = "byob";
|
|
13510
13509
|
type ReadableStreamType = "bytes";
|
|
13511
13510
|
type ReferrerPolicy = "" | "no-referrer" | "no-referrer-when-downgrade" | "origin" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|