msger Storage API Demo

✅ What Works: localStorage-based persistence API
❌ What's Broken: All window controls, buttons, F11 (IPC crashes)
🔧 How to Close: Click the X button (top-right corner)
⚠️ Window Controls Disabled
Due to a wry library bug, all window operations via JavaScript crash the app. Configure window at startup using CLI flags: -size 800,600 -title "My App"

Basic Storage (with Timestamps)

Click Save to store data

Structured Data

Save complex objects, arrays, and nested data

Click to save/load structured data

Manage Storage

Click to list or clear data

Virtual File Storage

Store "files" in localStorage and export them

Click to save/load/export files