Skip to content

Commit

Permalink
docs: clarify browser descriptions for webtransport
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored and galargh committed Jan 23, 2023
1 parent 37059b8 commit 0ae3285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelogs/v0.18.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ since Kubo 0.13, but in this release it will also include the size column.
##### WebTransport enabled by default
[WebTransport](https://docs.libp2p.io/concepts/transports/webtransport/) is a new libp2p transport that [was introduced in v0.16](https://github.com/ipfs/kubo/blob/master/docs/changelogs/v0.16.md#-webtransport-new-experimental-transport) that is based on top of QUIC and HTTP3.

This allows browsers to contact Kubo nodes, so now instead of just serving requests for other system level applicative nodes, you can also serve requests directly to a browser.
This allows browser-based nodes to contact Kubo nodes, so now instead of just serving requests for other system-level application nodes, you can also serve requests directly to a node running inside a browser page.

For the full story see [connectivity.libp2p.io](https://connectivity.libp2p.io/).

Expand Down

0 comments on commit 0ae3285

Please sign in to comment.