1.3.3StashSync.app team1 min read

v1.3.3 — Offline Cache API Fix

Prevents an ERR_FAILED error when the browser's Cache API is unavailable in offline contexts.

Fixed

  • Cache API unavailability: fixed an ERR_FAILED error that occurred when the browser's Cache API was inaccessible (e.g., in certain offline or private-browsing environments). The app now detects this condition and falls back gracefully instead of throwing.