You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
If the API is connected to a Go node, calling
ipfs.config.get()
returns aUint8Array
.If the API is connected to a JS node, calling
ipfs.config.get()
returns, well, an object with the config.Interface IPFS Core says "[the result] is a JSON object containing the configuration of the IPFS node" which is also confusing to me.
Should we normalize it to a simple object everywhere?
The text was updated successfully, but these errors were encountered: