js-libp2p icon indicating copy to clipboard operation
js-libp2p copied to clipboard

Tracking - WebTransport browser bugs

Open achingbrain opened this issue 1 year ago • 3 comments

A list of browser bugs that block use of WebTransport.

Chrome/Chromium

  • [ ] https://issues.chromium.org/issues/40069954
  • [x] https://issues.chromium.org/issues/326887753

Firefox

  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1806693
  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1851679
  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1872496
  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1873263
  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1899812
  • [x] https://bugzilla.mozilla.org/show_bug.cgi?id=1934402
  • [ ] https://bugzilla.mozilla.org/show_bug.cgi?id=1986138

Safari/WebKit

WebTransport has been implemented and shipped behind a feature flag.

They have implemented the latest version of the spec which is incompatible with other shipping versions.

  • https://github.com/WebKit/standards-positions/issues/18#issuecomment-1495890122
  • [x] https://github.com/WebKit/WebKit/pull/17320

Edge

WebTransport has been implemented and shipped. Needs to be verified that it works as expected.

achingbrain avatar Jun 03 '24 15:06 achingbrain

Another issue that should be monitor is probably this one https://bugzilla.mozilla.org/show_bug.cgi?id=1659672 even though I'm not 100% sure it is what is blocking e2e test on firefox

sfroment avatar Jan 13 '25 14:01 sfroment

It seems that the two Firefox bugs that are still open here have been closed;

  • https://bugzilla.mozilla.org/show_bug.cgi?id=1899812
  • https://bugzilla.mozilla.org/show_bug.cgi?id=1934402

@achingbrain Does this mean that WebTransport on Firefox is working well?

2color avatar Aug 11 '25 15:08 2color

@2color no, there's another one 🙄 - https://bugzilla.mozilla.org/show_bug.cgi?id=1986138

achingbrain avatar Aug 30 '25 06:08 achingbrain