Expand description
Libp2p WebTransport built on web-sys
Structs§
- Config
- Config for the
Transport. - Connection
- An opened WebTransport connection.
- Stream
- A stream on a connection.
- Transport
- A WebTransport
Transportthat works withweb-sys.
Enums§
- Error
- Errors that may happen on the
Transportor theConnection.