Testing IndexedDB

This commit is contained in:
naielv
2025-08-14 17:30:21 +02:00
parent 8de9af66e2
commit afa224cbdc
2 changed files with 21 additions and 19 deletions

View File

@@ -1,9 +1,13 @@
window.rtcRoom = "telesec.tech.eus";
var gun = Gun(RELAYS, {
var opt = {
axe: false,
localStorage: true,
localStorage: false,
// radisk: true,
});
};
opt.store = RindexedDB(opt);
var gun = Gun(RELAYS, opt);
var SEA = Gun.SEA;
var user = gun.user();
function removeCache() {