biggy 53944c44d3 fix(server): resolve localStorage SecurityError, request timeout, and navigation timeout issues
- Replace localStorage.clear() with CDP Storage.clearDataForOrigin to avoid SecurityError on about:blank (opaque origin)
- Add idleTimeout to Bun.serve config to prevent 10s timeout during queued renders
- Add timeout fallback for networkidle0 in renderSSR and renderScreenshotFrame to handle sites that never reach idle state
- Add recursive CSS @import resolver with font service filtering
- Preserve media attribute when inlining CSS
2026-05-13 08:52:24 +02:00
2026-05-12 23:10:10 +02:00
S
Description
No description provided
396 KiB
Languages
TypeScript 58.9%
HTML 38.1%
Dockerfile 2.1%
Python 0.9%