Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions inputfiles/patches/webtransport.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ removals {
// WebKit has it in a different name datagramsReadableMode.
member datagramsReadableType
}

dictionary WebTransportSendStreamOptions {
member waitUntilAvailable // No implementation as of 2025-12.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it seems the comment was wrong. But now it's in WebKit and Gecko.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait, but it's not about the dictionary itself.

}
}
7 changes: 0 additions & 7 deletions inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -423,13 +423,6 @@
"xrCompatible": null
}
}
},
"WebTransportSendStreamOptions": {
"members": {
"member": {
"waitUntilAvailable": null // Blink only as of 2024-09
}
}
}
}
},
Expand Down