Work on cache handling

This commit is contained in:
Scott Idem
2025-04-29 12:31:21 -04:00
parent 6094d5a79d
commit be9c67e667
2 changed files with 66 additions and 24 deletions

View File

@@ -54,6 +54,7 @@ let ver_idb = '2025-04-18_1100'; // Not used
const ae_app_local_data_defaults: key_val = {
last_page_reload: null,
// last_idb_reload: null,
last_cache_refresh: null,
ver: ver, // ver, // '2025-04-18_1100',
ver_idb: ver_idb, // '2025-04-18_1100',
name: 'Aether - App Hub (SvelteKit 2.x Svelte 4.x)',