Browser Storage Management (IndexedDB, Cache API) #20

Open
opened 2025-10-05 18:06:24 +02:00 by jack · 0 comments
Owner

Description

Manage and inspect browser storage beyond localStorage/sessionStorage.

Features

  • IndexedDB inspection & manipulation
  • Cache Storage access
  • Service Worker cache management
  • WebSQL access (legacy)
  • Storage quota information
  • Clear all storage

Use Cases

  • Offline app testing
  • Storage quota testing
  • Cache strategy validation
  • Data persistence testing

Priority

Medium - Important for offline-capable apps

## Description Manage and inspect browser storage beyond localStorage/sessionStorage. ## Features - IndexedDB inspection & manipulation - Cache Storage access - Service Worker cache management - WebSQL access (legacy) - Storage quota information - Clear all storage ## Use Cases - Offline app testing - Storage quota testing - Cache strategy validation - Data persistence testing ## Priority Medium - Important for offline-capable apps
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
customable-mcp/browser-use#20
No description provided.