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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zvolin
Copy link

@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
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
1 participant