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

api.WebTransport - Firefox 125.0.1 supports options.serverCertificateHashes #23057

Open
zvolin opened this issue May 10, 2024 · 0 comments · May be fixed by #23058
Open

api.WebTransport - Firefox 125.0.1 supports options.serverCertificateHashes #23057

zvolin opened this issue May 10, 2024 · 0 comments · May be fixed by #23058
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@zvolin
Copy link

zvolin commented May 10, 2024

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

The browser compatibility matrix should be updated with firefox support for options.serverCertificateHashes since version 125.0.1

What browsers does this problem apply to, if applicable?

Firefox

What did you expect to see?

firefox support

Did you test this? If so, how?

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.

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

https://bugzilla.mozilla.org/show_bug.cgi?id=1806693
https://hg.mozilla.org/mozilla-central/rev/14115a54c58b

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/WebTransport

MDN metadata

MDN page report details
  • Query: api.WebTransport
  • Report started: 2024-05-10T16:33:30.624Z
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 a pull request may close this issue.

2 participants