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 has been archived by the owner on Mar 10, 2020. It is now read-only.
bundle.js:26254 Uncaught ReferenceError: Buffer is not defined
at Object.191../utils/default-config (bundle.js:26254)
at o (bundle.js:1)
at bundle.js:1
at Object.<anonymous> (bundle.js:5)
at Object.1.buffer (bundle.js:40)
at o (bundle.js:1)
at r (bundle.js:1)
at bundle.js:1
Hello,
I noticed on one of my project that current version of js-ipfs-http-client doesn't work in browser (using Browserify). The same error happens when I try to load example browserify project from https://github.com/ipfs/js-ipfs-http-client/tree/master/examples/bundle-browserify . After page load I get this error
That happens on this line
When I tried to include
buffer
package manually to the project it had no effect. Does anybody know what is wrong?The text was updated successfully, but these errors were encountered: