@types/serviceworker 0.0.168 → 0.0.170
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 +2 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +2 -0
- package/ts5.6/index.d.ts +2 -0
- package/ts5.9/index.d.ts +2 -0
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.170 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fserviceworker%400.0.170.
|
package/index.d.ts
CHANGED
|
@@ -267,6 +267,7 @@ interface FontFaceDescriptors {
|
|
|
267
267
|
stretch?: string;
|
|
268
268
|
style?: string;
|
|
269
269
|
unicodeRange?: string;
|
|
270
|
+
variationSettings?: string;
|
|
270
271
|
weight?: string;
|
|
271
272
|
}
|
|
272
273
|
|
|
@@ -860,6 +861,7 @@ interface WebTransportHash {
|
|
|
860
861
|
interface WebTransportOptions {
|
|
861
862
|
allowPooling?: boolean;
|
|
862
863
|
congestionControl?: WebTransportCongestionControl;
|
|
864
|
+
protocols?: string[];
|
|
863
865
|
requireUnreliable?: boolean;
|
|
864
866
|
serverCertificateHashes?: WebTransportHash[];
|
|
865
867
|
}
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -264,6 +264,7 @@ interface FontFaceDescriptors {
|
|
|
264
264
|
stretch?: string;
|
|
265
265
|
style?: string;
|
|
266
266
|
unicodeRange?: string;
|
|
267
|
+
variationSettings?: string;
|
|
267
268
|
weight?: string;
|
|
268
269
|
}
|
|
269
270
|
|
|
@@ -857,6 +858,7 @@ interface WebTransportHash {
|
|
|
857
858
|
interface WebTransportOptions {
|
|
858
859
|
allowPooling?: boolean;
|
|
859
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
860
862
|
requireUnreliable?: boolean;
|
|
861
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
862
864
|
}
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -264,6 +264,7 @@ interface FontFaceDescriptors {
|
|
|
264
264
|
stretch?: string;
|
|
265
265
|
style?: string;
|
|
266
266
|
unicodeRange?: string;
|
|
267
|
+
variationSettings?: string;
|
|
267
268
|
weight?: string;
|
|
268
269
|
}
|
|
269
270
|
|
|
@@ -857,6 +858,7 @@ interface WebTransportHash {
|
|
|
857
858
|
interface WebTransportOptions {
|
|
858
859
|
allowPooling?: boolean;
|
|
859
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
860
862
|
requireUnreliable?: boolean;
|
|
861
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
862
864
|
}
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -264,6 +264,7 @@ interface FontFaceDescriptors {
|
|
|
264
264
|
stretch?: string;
|
|
265
265
|
style?: string;
|
|
266
266
|
unicodeRange?: string;
|
|
267
|
+
variationSettings?: string;
|
|
267
268
|
weight?: string;
|
|
268
269
|
}
|
|
269
270
|
|
|
@@ -857,6 +858,7 @@ interface WebTransportHash {
|
|
|
857
858
|
interface WebTransportOptions {
|
|
858
859
|
allowPooling?: boolean;
|
|
859
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
860
862
|
requireUnreliable?: boolean;
|
|
861
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
862
864
|
}
|