Route every Dexie read/write through withDb so a missing or broken IndexedDB degrades gracefully instead of throwing: reads return empty values, writes and clearAll no-op, and sync() returns a skipped result without the pointless server round-trip. This stops the unhandled "Can't find variable: indexedDB" rejection that fired on browsers without IndexedDB (e.g. Chrome on iOS), including the clearAll() call on the register page. |
||
|---|---|---|
| .. | ||
| css | ||
| js | ||
| views | ||