ipfs / helia

An implementation of IPFS in TypeScript
https://helia.io
Apache License 2.0
982 stars 106 forks source link

fix: remove webtransport from default transports #674

Closed 2color closed 1 week ago

2color commented 3 weeks ago

Description

WebTransport is still not working reliably across different browsers. Moreover, the go-libp2p implementation needs to be updated to meet newer revisions of the spec.

As we discussed during Helia WG, the most sensible thing for now is to remove WebTransport from the default transports.

Related to https://github.com/libp2p/js-libp2p/issues/2572

Change checklist

2color commented 1 week ago

@achingbrain Any thoughts on this?

achingbrain commented 1 week ago

This makes me a bit 😭 but I don't how else we can give users a good experience otherwise right now.