我正在尝试从HTML页面上传文件到IPFS,下面是我的代码,但是我得到了下面的错误。Uncaught ReferenceError: Buffer is not definedsrc="https://unpkg.com/ipfs/dist/index.min.js"
src="https://cdn.jsdelivr.net/npm/ipfs/dist
当使用node.js应用程序中的以下代码以编程方式启动js节点时,它将启动群集,允许添加文件并将其查询回来。// code from the docs: https://github.com/ipfs/js-ipfs#use-in-nodejs
constnode = new IPFS()
node.on(