We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05772 commit b0aac1cCopy full SHA for b0aac1c
2 files changed
inputfiles/patches/webtransport.kdl
@@ -6,4 +6,8 @@ removals {
6
// WebKit has it in a different name datagramsReadableMode.
7
member datagramsReadableType
8
}
9
+
10
+ dictionary WebTransportSendStreamOptions {
11
+ member waitUntilAvailable // No implementation as of 2025-12.
12
+ }
13
inputfiles/removedTypes.jsonc
@@ -406,13 +406,6 @@
406
"xrCompatible": null
407
408
409
- },
410
- "WebTransportSendStreamOptions": {
411
- "members": {
412
- "member": {
413
- "waitUntilAvailable": null // Blink only as of 2024-09
414
- }
415
416
417
418
},
0 commit comments