Skip to main content
Loading challenge...
World of QA
2026-06-24 17:36
Landing
Practice UI
Practice API
Fullstack
Trainer
Toggle theme
136 challenges
Sign in
Home
Web APIs
IndexedDB Basic
Random in
Web APIs
55
IndexedDB Basic
Mark Complete
Save
Store and retrieve data from IndexedDB
What you will learn
Reset IndexedDB between tests via indexedDB.deleteDatabase โ leaked data survives even page reload
All operations are async via request.onsuccess/onerror โ wrap in promises for awaitable test code
Test quota boundary: fill DB past 50 % of disk and assert QuotaExceededError โ never OOM silently
Opening database...
Timer
โพ
Need Help?
3 hints + solution
Related Challenges
CAPTCHA: Math
Medium
Rich Text Editor
Medium
Trace Forensics
Medium