…
| Mechanism | Value | Status |
|---|
Acceptance Matrix
Expected EMPTY after each command (cheat sheet — not auto pass/fail). ✅ = becomes EMPTY · ❌ = remains SET · n/a = not visualized.
| Mechanism | Clear current site data · Desktop | Clear current site data · Mobile | Clear browsing data · Desktop | Clear browsing data · Mobile |
|---|---|---|---|---|
| localStorage | ✅ empty | ✅ | ✅ current origin | ✅ |
| sessionStorage | ✅ | ✅ | ✅ | ✅ |
| IndexedDB | ✅ | ✅ | ✅ | ✅ |
| Cache API | ✅ | ✅ | ✅ | ✅ |
| Service Worker | ✅ | ✅ | ✅ | ✅ |
| Cookie (JS) | ✅ | ✅ | ✅ | ✅ |
| Cookie (HttpOnly) | ❌ stays | ✅ | ✅ | ✅ |
| HTTP cache | n/a | ✅ | ✅ | ✅ |
| Scope | this origin (site_utils.js hybrid) | this site (eTLD+1) | profile cookies/cache + current-origin storage | whole profile |