Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Firefox compat for api.WebTransport options.serverCertificateHashes #23058

Merged
merged 2 commits into from
May 30, 2024

Conversation

zvolin
Copy link
Contributor

@zvolin zvolin commented May 10, 2024

Summary

Updates firefox support for api.WebTransport options.serverCertificateHashes since version 125.0.1

Test results and supporting details

We're developing a p2p node which runs in wasm and uses webtransport to communicate. We were mostly targeting chrome browsers so far because we need serverCertificateHashes to connect with a huge majority of peers, but we ran it on firefox when debugging some other thing and to our surprise it worked.

It seems an oversight from Mozilla side that they didn't include this information in their release notes, but this bug got fixed here.
The PR's milestone is 123.0a1 however I've checked with the 124.0.1 and it doesn't support this feature yet, so it must've been added in 125.0.1.

Related issues

Fixes #23057

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label May 10, 2024
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thanks for your PR and welcome to mdn-browser-compat-data! 🎉

It also looks to me like https://bugzilla.mozilla.org/show_bug.cgi?id=1873263 is the bug that made this available in Fx125.

@Elchi3 Elchi3 merged commit 0e73f00 into mdn:main May 30, 2024
6 checks passed
@zvolin zvolin deleted the firefox-certhashes branch May 30, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.WebTransport - Firefox 125.0.1 supports options.serverCertificateHashes
2 participants