@types/webworker 0.0.46 → 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 +6 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +6 -0
- package/ts5.6/index.d.ts +6 -0
- package/ts5.9/index.d.ts +6 -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
|
}
|
|
@@ -1099,6 +1104,7 @@ interface WebTransportHash {
|
|
|
1099
1104
|
interface WebTransportOptions {
|
|
1100
1105
|
allowPooling?: boolean;
|
|
1101
1106
|
congestionControl?: WebTransportCongestionControl;
|
|
1107
|
+
protocols?: string[];
|
|
1102
1108
|
requireUnreliable?: boolean;
|
|
1103
1109
|
serverCertificateHashes?: WebTransportHash[];
|
|
1104
1110
|
}
|
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
|
}
|
|
@@ -1096,6 +1101,7 @@ interface WebTransportHash {
|
|
|
1096
1101
|
interface WebTransportOptions {
|
|
1097
1102
|
allowPooling?: boolean;
|
|
1098
1103
|
congestionControl?: WebTransportCongestionControl;
|
|
1104
|
+
protocols?: string[];
|
|
1099
1105
|
requireUnreliable?: boolean;
|
|
1100
1106
|
serverCertificateHashes?: WebTransportHash[];
|
|
1101
1107
|
}
|
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
|
}
|
|
@@ -1096,6 +1101,7 @@ interface WebTransportHash {
|
|
|
1096
1101
|
interface WebTransportOptions {
|
|
1097
1102
|
allowPooling?: boolean;
|
|
1098
1103
|
congestionControl?: WebTransportCongestionControl;
|
|
1104
|
+
protocols?: string[];
|
|
1099
1105
|
requireUnreliable?: boolean;
|
|
1100
1106
|
serverCertificateHashes?: WebTransportHash[];
|
|
1101
1107
|
}
|
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
|
}
|
|
@@ -1096,6 +1101,7 @@ interface WebTransportHash {
|
|
|
1096
1101
|
interface WebTransportOptions {
|
|
1097
1102
|
allowPooling?: boolean;
|
|
1098
1103
|
congestionControl?: WebTransportCongestionControl;
|
|
1104
|
+
protocols?: string[];
|
|
1099
1105
|
requireUnreliable?: boolean;
|
|
1100
1106
|
serverCertificateHashes?: WebTransportHash[];
|
|
1101
1107
|
}
|