April 29, 2026 · 8 min read
Debugging IndexedDB in Chrome DevTools — the practical guide
How to inspect, query, and edit IndexedDB from Chrome DevTools — the workflow built into the Application panel, the bits that miss the mark, and what to do about it.
April 29, 2026 · 7 min read
Browser storage quotas explained: IndexedDB, LocalStorage, Cache, and Cookies
How much data can you actually store in the browser? A clear-eyed breakdown of per-origin quotas across IndexedDB, LocalStorage, SessionStorage, Cookies, and Cache Storage — with the gotchas that bite local-first apps.
April 29, 2026 · 9 min read
Querying IndexedDB with MongoDB-style filters
IndexedDB's native API is verbose. A MongoDB-style filter language compiles down to the same cursor calls but is dramatically easier to read, share, and debug. Here's how it maps and where it helps.
Writing
Notes on browser storage.
Practical writing on IndexedDB, query languages, and the workflows IdxBeaver was built around.