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.
Make the ipfsapi.min.js available through your server and load it using a normal <script> tag, this will export the ipfsAPI constructor on the window object, such that...
However, I am seeing console.log(window.ipfsAPI) // undefined
Is documentation up to date for in-browser usage? I am trying to test out #55 (comment)
The text was updated successfully, but these errors were encountered:
Re docs:
However, I am seeing
console.log(window.ipfsAPI) // undefined
Is documentation up to date for in-browser usage? I am trying to test out #55 (comment)
The text was updated successfully, but these errors were encountered: