- Add saveDocImmediate() for synchronous awaitable saves (no debounce) - Add SyncServer.flushAll() to iterate all in-memory docs - Fix eviction race: onDocEvict now uses saveDocImmediate instead of debounced saveDoc (which could fire after doc deleted from memory) - Add SIGTERM/SIGINT handlers with 10s timeout safety net - Add visibilitychange flush on client (reliable on mobile/bfcache) - Flush pending IDB saves in DocSyncManager.disconnect() Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| admin.html | ||
| canvas.html | ||
| create-space.html | ||
| index.html | ||
| shell-offline.ts | ||
| shell.ts | ||
| sw.ts | ||
| test-stack.html | ||