Browser Compatibility for WebTransport

158 views Asked by At

I'm exploring the potential of WebTransport for my web application, but I'm concerned about its current browser support. Can someone provide an overview of which browsers support WebTransport, their levels of implementation, and any known compatibility issues? Are there any polyfills or fallback strategies available for browsers that don't yet support it?

1

There are 1 answers

1
Kendrick Li On BEST ANSWER

WebTransport holds good compatibility for Chrome, Edge, Firefox and Opera. You can also find differences when it comes to some experimental parameters. Just take a look at this doc.

As to polyfills, a polyfill (or rather ponyfill that provides functionality as a standalone module you can use) called webtransport-ponyfill-websocket that implements some of the features of WebTransport is available. For more information, you can refer to this doc.