js-ipfs-http-client
js-ipfs-http-client copied to clipboard
WIP feat: add localResolve option to dag.get
This PR supports https://github.com/ipfs/js-ipfs/pull/2689 by enabling localResolve option for dag/get.
localResolve will avoid resolving through different objects when set to true.
⚠️ This is a WIP PR.