mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-21 14:21:46 +00:00
83cba5a9ef
When IDB storage is full, syncTrip() throws an AbortError wrapping QuotaExceededError. Now: clear that trip's existing data and retry once; if quota is still exceeded, wipe all IDB data so the next sync starts fresh rather than silently failing on every subsequent call.