@types/webworker 0.0.47 → 0.0.48
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 +5 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +5 -0
- package/ts5.6/index.d.ts +5 -0
- package/ts5.9/index.d.ts +5 -0
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.48 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fwebworker%400.0.48.
|
package/index.d.ts
CHANGED
|
@@ -270,6 +270,7 @@ interface EncodedVideoChunkInit {
|
|
|
270
270
|
|
|
271
271
|
interface EncodedVideoChunkMetadata {
|
|
272
272
|
decoderConfig?: VideoDecoderConfig;
|
|
273
|
+
svc?: SvcOutputMetadata;
|
|
273
274
|
}
|
|
274
275
|
|
|
275
276
|
interface ErrorEventInit extends EventInit {
|
|
@@ -860,6 +861,10 @@ interface StructuredSerializeOptions {
|
|
|
860
861
|
transfer?: Transferable[];
|
|
861
862
|
}
|
|
862
863
|
|
|
864
|
+
interface SvcOutputMetadata {
|
|
865
|
+
temporalLayerId?: number;
|
|
866
|
+
}
|
|
867
|
+
|
|
863
868
|
interface TaskControllerInit {
|
|
864
869
|
priority?: TaskPriority;
|
|
865
870
|
}
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ interface EncodedVideoChunkInit {
|
|
|
267
267
|
|
|
268
268
|
interface EncodedVideoChunkMetadata {
|
|
269
269
|
decoderConfig?: VideoDecoderConfig;
|
|
270
|
+
svc?: SvcOutputMetadata;
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
interface ErrorEventInit extends EventInit {
|
|
@@ -857,6 +858,10 @@ interface StructuredSerializeOptions {
|
|
|
857
858
|
transfer?: Transferable[];
|
|
858
859
|
}
|
|
859
860
|
|
|
861
|
+
interface SvcOutputMetadata {
|
|
862
|
+
temporalLayerId?: number;
|
|
863
|
+
}
|
|
864
|
+
|
|
860
865
|
interface TaskControllerInit {
|
|
861
866
|
priority?: TaskPriority;
|
|
862
867
|
}
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ interface EncodedVideoChunkInit {
|
|
|
267
267
|
|
|
268
268
|
interface EncodedVideoChunkMetadata {
|
|
269
269
|
decoderConfig?: VideoDecoderConfig;
|
|
270
|
+
svc?: SvcOutputMetadata;
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
interface ErrorEventInit extends EventInit {
|
|
@@ -857,6 +858,10 @@ interface StructuredSerializeOptions {
|
|
|
857
858
|
transfer?: Transferable[];
|
|
858
859
|
}
|
|
859
860
|
|
|
861
|
+
interface SvcOutputMetadata {
|
|
862
|
+
temporalLayerId?: number;
|
|
863
|
+
}
|
|
864
|
+
|
|
860
865
|
interface TaskControllerInit {
|
|
861
866
|
priority?: TaskPriority;
|
|
862
867
|
}
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ interface EncodedVideoChunkInit {
|
|
|
267
267
|
|
|
268
268
|
interface EncodedVideoChunkMetadata {
|
|
269
269
|
decoderConfig?: VideoDecoderConfig;
|
|
270
|
+
svc?: SvcOutputMetadata;
|
|
270
271
|
}
|
|
271
272
|
|
|
272
273
|
interface ErrorEventInit extends EventInit {
|
|
@@ -857,6 +858,10 @@ interface StructuredSerializeOptions {
|
|
|
857
858
|
transfer?: Transferable[];
|
|
858
859
|
}
|
|
859
860
|
|
|
861
|
+
interface SvcOutputMetadata {
|
|
862
|
+
temporalLayerId?: number;
|
|
863
|
+
}
|
|
864
|
+
|
|
860
865
|
interface TaskControllerInit {
|
|
861
866
|
priority?: TaskPriority;
|
|
862
867
|
}
|