indexeddb_list
List all IndexedDB databases in the current browser tab to inspect stored data, enabling targeted clearing of SPA state like auth tokens or drafts.
Instructions
List IndexedDB databases for the current origin.
Reads via CDP IndexedDB.requestDatabaseNames. Use indexeddb_delete(name)
to drop one. Useful for clearing SPA state (many PWAs store auth / drafts
in IndexedDB rather than localStorage).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |