gun icon indicating copy to clipboard operation
gun copied to clipboard

Localstorage and radisk initial to false does not work

Open QVDev opened this issue 4 years ago • 2 comments

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

QVDev avatar Nov 21 '20 04:11 QVDev

In browser? As in it still saves to lS?

amark avatar Nov 23 '20 08:11 amark

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.

QVDev avatar Nov 23 '20 09:11 QVDev