Skip to content

Storage

Storage determines how much a PWA can keep on device, how durable it is, and how it survives storage pressure. Offline-capable apps depend on it: Cache Storage holds the app shell and assets, IndexedDB holds structured data, and the StorageManager API governs quota and persistence.

These entries cover how much you get, how to make it persistent, what gets evicted, and how cross-site storage access works.

Reserved in the coverage matrix and filled in over time:

  • IndexedDB
  • Cache Storage
  • Storage Access API

← Back to the Reference overview.