IndexedDB
Browser's built-in local database. Store large structured data, support indexed queries, works offline, capacity reaches browser quota limits.
Module Contents
- Overview — What is IndexedDB, what's the difference from localStorage
- Basic Usage — Open database, CRUD operations
- Advanced Usage — Indexes, cursors, pagination, version migration
- Practice: Notes App — Build an offline-capable notes app from scratch