Interactive explorations of browser storage APIs. Each experiment lets you manipulate real data stores and observe how the browser manages persistence, caching, and quota allocation.
Modern browsers ship a surprisingly rich set of storage primitives: IndexedDB for structured data, the Cache API for HTTP responses, and a quota system that governs them all. Understanding these APIs is essential for building reliable offline-capable applications.
These experiments let you interact with each API directly and see how they behave under real conditions.