We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 636c228 commit d61820fCopy full SHA for d61820f
2 files changed
inputfiles/patches/webtransport.kdl
@@ -6,4 +6,7 @@ removals {
6
// WebKit has it in a different name datagramsReadableMode.
7
member datagramsReadableType
8
}
9
+ dictionary WebTransportSendStreamOptions {
10
+ member waitUntilAvailable // No implementation as of 2025-12.
11
+ }
12
inputfiles/removedTypes.jsonc
@@ -423,13 +423,6 @@
423
"xrCompatible": null
424
425
426
- },
427
- "WebTransportSendStreamOptions": {
428
- "members": {
429
- "member": {
430
- "waitUntilAvailable": null // Blink only as of 2024-09
431
- }
432
433
434
435
},
0 commit comments