Description
Description
Add a WebTransport Transport
implementation according to the WebTransport specification libp2p/specs#404.
Motivation
The most exciting feature for libp2p (other than the numerous performance benefits that QUIC gives us) is that the W3C added a browser API allowing browsers to establish connections to nodes with self-signed certificates, provided they know the hash of the certificate in advance:
See libp2p/specs#404
Are you planning to do it yourself in a pull request?
No