@types/serviceworker 0.0.169 → 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 +1 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +1 -0
- package/ts5.6/index.d.ts +1 -0
- package/ts5.9/index.d.ts +1 -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
|
@@ -861,6 +861,7 @@ interface WebTransportHash {
|
|
|
861
861
|
interface WebTransportOptions {
|
|
862
862
|
allowPooling?: boolean;
|
|
863
863
|
congestionControl?: WebTransportCongestionControl;
|
|
864
|
+
protocols?: string[];
|
|
864
865
|
requireUnreliable?: boolean;
|
|
865
866
|
serverCertificateHashes?: WebTransportHash[];
|
|
866
867
|
}
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -858,6 +858,7 @@ interface WebTransportHash {
|
|
|
858
858
|
interface WebTransportOptions {
|
|
859
859
|
allowPooling?: boolean;
|
|
860
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
861
862
|
requireUnreliable?: boolean;
|
|
862
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
863
864
|
}
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -858,6 +858,7 @@ interface WebTransportHash {
|
|
|
858
858
|
interface WebTransportOptions {
|
|
859
859
|
allowPooling?: boolean;
|
|
860
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
861
862
|
requireUnreliable?: boolean;
|
|
862
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
863
864
|
}
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -858,6 +858,7 @@ interface WebTransportHash {
|
|
|
858
858
|
interface WebTransportOptions {
|
|
859
859
|
allowPooling?: boolean;
|
|
860
860
|
congestionControl?: WebTransportCongestionControl;
|
|
861
|
+
protocols?: string[];
|
|
861
862
|
requireUnreliable?: boolean;
|
|
862
863
|
serverCertificateHashes?: WebTransportHash[];
|
|
863
864
|
}
|