GitClassic
Feed
Explore
Random
Go Pro
Sign in
leonardomso
/
33-js-concepts
Code
/
Commits
/ 0b77277
docs(indexeddb): add comprehensive concept page with tests
- Complete IndexedDB documentation covering database operations, transactions, object stores, indexes, CRUD operations, cursors, and Promise wrappers - Add 22 tests covering utility functions and patterns - Include filing cabinet analogy with ASCII diagrams - Add storage comparison table (localStorage vs IndexedDB vs cookies) - Cover real-world patterns: sync queue, database helper class - Document common mistakes with fixes - SEO optimized with 93% score (28/30)
Leonardo Maldonado
committed on Jan 6, 2026, 09:25 PM
Showing
2
changed files
+1646 additions
-0 deletions
A
docs/beyond/concepts/indexeddb.mdx
+1027
A
tests/beyond/browser-storage/indexeddb/indexeddb.test.js
+619
Browse files at this commit โ