Skip to content

Commit b0aac1c

Browse files
Bashamegasaschanaz
andauthored
Migrate WebTransportSendStreamOptions to KDL (microsoft#2309)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent ef05772 commit b0aac1c

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

inputfiles/patches/webtransport.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ removals {
66
// WebKit has it in a different name datagramsReadableMode.
77
member datagramsReadableType
88
}
9+
10+
dictionary WebTransportSendStreamOptions {
11+
member waitUntilAvailable // No implementation as of 2025-12.
12+
}
913
}

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,6 @@
406406
"xrCompatible": null
407407
}
408408
}
409-
},
410-
"WebTransportSendStreamOptions": {
411-
"members": {
412-
"member": {
413-
"waitUntilAvailable": null // Blink only as of 2024-09
414-
}
415-
}
416409
}
417410
}
418411
},

0 commit comments

Comments
 (0)