This commit is contained in:
Rph :3 2025-06-06 21:33:23 +02:00
parent 2c24f0878f
commit 5a99fbb4a7
No known key found for this signature in database

View File

@ -37,10 +37,6 @@
}
function setKey(key, value) {
// navigator.sendBeacon("/cgi-bin/rpc/storage/" + name + "/upsert", JSON.stringify({
// key: key.toString(),
// value: value.toString()
// }))
if (name === "sessionStorage") {
try {
const xhr = new XMLHttpRequest();