Closed vmx closed 3 years ago
When setting the compat feature flag, ipfs-embed will also negotiate the /ipfs/bitswap protocol with the node it connects to. This makes it possible to exchange data with a go-ipfs node.
compat
/ipfs/bitswap
That is a way better wording, thanks. I updated the PR.
When setting the
compat
feature flag, ipfs-embed will also negotiate the/ipfs/bitswap
protocol with the node it connects to. This makes it possible to exchange data with a go-ipfs node.