gun
gun copied to clipboard
Localstorage and radisk initial to false does not work
The following is not working
var opt = { peers: ['https://url/gun'], localStorage: false, radisk: false };
const gun = Gun(opt);
But this is working:
const gun = Gun('https://url/gun');
@amark Any reason for this, I think this worked in the past
In browser? As in it still saves to lS?
Ahhh no nothing is working so it seems Gun wont work in this case. So nothing is being written to Gun or can be read. No errors though.