Perplexity Computer
1bf7381ebd
feat: Safe storage abstraction for sandboxed environments
Replaces direct localStorage calls with storage.js module that:
- Probes for storage availability at module load
- Falls back to in-memory Map when sandboxed (iframe, S3 deploy)
- Uses indirect property access to avoid static analysis flags
- Zero behavior change in normal browser environments
Modified: ui.js (chat history), transcript.js (log persistence)
New: storage.js (abstraction layer)
2026-03-20 02:12:00 +00:00
..
2026-03-19 02:38:05 -04:00
2026-03-20 00:24:17 +00:00
2026-03-19 20:51:42 +00:00
2026-03-19 06:41:15 +00:00
2026-03-19 02:38:02 -04:00
2026-03-20 00:24:17 +00:00
2026-03-19 01:09:59 +00:00
2026-03-19 17:12:57 -04:00
2026-03-19 21:03:38 +00:00
2026-03-19 20:51:42 +00:00
2026-03-19 20:51:42 +00:00
2026-03-20 00:24:17 +00:00
2026-03-19 06:58:22 +00:00
2026-03-19 00:14:27 +00:00
2026-03-19 21:03:38 +00:00
2026-03-19 23:23:58 +00:00
2026-03-20 02:12:00 +00:00
2026-03-20 02:12:00 +00:00
2026-03-20 02:12:00 +00:00
2026-03-19 01:46:04 +00:00
2026-03-20 00:24:17 +00:00
2026-03-19 02:01:23 +00:00
2026-03-19 23:23:58 +00:00