From 9982d17c906e3adc2ca2d29d0126ae6e0bddbe6b Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 3 Sep 2025 17:37:31 -0400 Subject: [PATCH] more debug --- static/demos/light-dark-demo-4/sw.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/demos/light-dark-demo-4/sw.js b/static/demos/light-dark-demo-4/sw.js index 1f9c8f7..f971648 100644 --- a/static/demos/light-dark-demo-4/sw.js +++ b/static/demos/light-dark-demo-4/sw.js @@ -66,6 +66,7 @@ function toggleLightDark(transaction){ grab.onerror = ()=>{console.error("grab error");res();}; grab.onsuccess = (event)=>{ const val = event.result; + console.log(val); if(val){ const yeet = obj_store.delete(1); yeet.onsuccess = res;