Uncovering 8% IndexedDB Data Loss After Browser Crashes with Playwright
At 2 a.m., our user group exploded — people were saying data had just vanished, as if the browser had “eaten” it. Our frontend stores application state in IndexedDB, which is supposed to be far more reliable than localStorage. How could it disappear without a trace? I spent two hours digging through logs and backend records before zeroing in on a dark secret of browser storage: when disk space gets tight, Chrome will silently delete IndexedDB data without any notification. Worse, you can’t repro
Comment
Sign in to join the discussion.
Loading comments…