WebTransport deprecates out/ingoingHighWaterMark properties#29810
WebTransport deprecates out/ingoingHighWaterMark properties#29810Elchi3 wants to merge 6 commits into
Conversation
|
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs). |
pepelsbey
left a comment
There was a problem hiding this comment.
As far as I see, it leads to an awkward moment:
incomingMaxBufferedDatagramssupported in Chrome 97
Which is not the case, as no browsers have shipped it yet.
Maybe we should wait until they are shipped and only then rename?
Yes, when opening this PR, I first thought that Firefox would already ship this change. There are examples of this structure in BCD, though, I think even if the new names aren't shipping yet The alternative would be to not rename but mark the feature as non-standard, as the old names are not in the spec anymore. |
|
As discussed in the BCD call today, let's just mark these as non-standard and deprecated for now. We'll add the new names separately when they ship. |
Summary
The WebTransport spec renamed two properties:
Test results and supporting details
Firefox ships the change in 152: https://bugzilla.mozilla.org/show_bug.cgi?id=2032789. Firefox doesn't ship this yet.Chrome doesn't ship it yet: https://issues.chromium.org/issues/494380213
Safari doesn't ship it yet: https://bugs.webkit.org/show_bug.cgi?id=310560
Related issues
None.