Skip to content

Commit d61820f

Browse files
committed
Migrate waitUntilAvailable
1 parent 636c228 commit d61820f

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

inputfiles/patches/webtransport.kdl

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

inputfiles/removedTypes.jsonc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -423,13 +423,6 @@
423423
"xrCompatible": null
424424
}
425425
}
426-
},
427-
"WebTransportSendStreamOptions": {
428-
"members": {
429-
"member": {
430-
"waitUntilAvailable": null // Blink only as of 2024-09
431-
}
432-
}
433426
}
434427
}
435428
},

0 commit comments

Comments
 (0)