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
callback: Callback called with the gateway URL of the passed in URI
chrome.ipfs.getIPFSEnabled(callback(enabled))
Parameters:
callback: Callback called with a boolean indicating if IPFS is enabled
IPFS Is enabled when it is not in a private Window, not disabled by admin policy, and enabled via chrome://flags (which is the default).
This does not indicate if the resolution type is set to a certain value.
chrome.ipfs.getResolveMethodType(callback(type))
Parameters:
callback: Callback called with a string `"ask"|"gateway"|"local"|"disabled"