Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Sep 22, 2024
1 parent 90bf9b0 commit 6faaab9
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2308,7 +2308,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
1 change: 0 additions & 1 deletion baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,6 @@ interface WebTransportHash {
interface WebTransportOptions {
allowPooling?: boolean;
congestionControl?: WebTransportCongestionControl;
protocols?: string[];
requireUnreliable?: boolean;
serverCertificateHashes?: WebTransportHash[];
}
Expand Down
7 changes: 4 additions & 3 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -780,15 +780,16 @@
"WebTransportOptions": {
"members": {
"member": {
"anticipatedConcurrentIncomingBidirectionalStreams": null, // No implementation as of 2024-03
"anticipatedConcurrentIncomingUnidirectionalStreams": null // No implementation as of 2024-03
"anticipatedConcurrentIncomingBidirectionalStreams": null, // No implementation as of 2024-09
"anticipatedConcurrentIncomingUnidirectionalStreams": null, // No implementation as of 2024-09
"protocols": null // No implementation as of 2024-09
}
}
},
"WebTransportSendStreamOptions": {
"members": {
"member": {
"waitUntilAvailable": null // No implementation as of 2023-11
"waitUntilAvailable": null // Blink only as of 2024-09
}
}
}
Expand Down

0 comments on commit 6faaab9

Please sign in to comment.