This commit is contained in:
4DBug
2026-08-26 18:28:49 -05:00
parent 9e93df5961
commit 145851a32e
15 changed files with 1215 additions and 272 deletions
+5 -1
View File
@@ -68,6 +68,10 @@
}
}
function clear() {
writeAll({});
}
function list() {
return Object.values(readAll());
}
@@ -83,5 +87,5 @@
}
window.SR = window.SR || {};
SR.storage = { KEY, keyFor, get, save, remove, list, latestPerShow };
SR.storage = { KEY, keyFor, get, save, remove, clear, list, latestPerShow };
})();