Hi, I am developing a digital wallet and I am using ipfs inside a web extension, but I have the following errors:
this is my code:
const node = await Ipfs.create()
const results = await node.add('hello manlio')
document.getElementById('demo').innerHTML = JSON.stringify(results)
How to solve these errors ? thanks