IndexedDB Web
Use this skill as a basic starting point.
Workflow
- Review the data persistence and offline requirements.
- Identify object stores, versioning, and access patterns.
- Keep browser storage logic isolated and testable.
- Handle upgrades and failure paths safely.
- Verify data persistence across reloads.
Output
- Produce practical browser persistence changes.
- Keep storage logic stable and understandable.
- Prefer clear data flows over implicit browser state.