Skip to content

Commit a32928f

Browse files
authored
Manually update to idl@3.75.0 (#2457)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent f6228f2 commit a32928f

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

inputfiles/patches/webrtc.kdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ removals {
1414
member codec // Blink only as of 2024-11
1515
}
1616
}
17+
18+
interface RTCSctpTransport {
19+
property maxMessageSize {
20+
// https://github.com/w3c/webrtc-pc/pull/3094 made it nullable,
21+
// but nobody implements it as of 2026-03
22+
type nullable=#false
23+
}
24+
}

inputfiles/patches/webtransport.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ interface WebTransportBidirectionalStream {
4444
interface WebTransportDatagramDuplexStream {
4545
// https://github.com/w3c/webtransport/pull/638 removed this but browsers still have this
4646
property writable type=WritableStream readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/writable"
47+
48+
// https://github.com/w3c/webtransport/pull/735 removed these but browsers still have them
49+
property incomingHighWaterMark type=long mdnUrl="https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark"
50+
property outgoingHighWaterMark type=long mdnUrl="https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark"
4751
}
4852

4953
// transferable only on WebKit as of 2026-03

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)