- 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> |
||
|---|---|---|
| .. | ||
| backup.ts | ||
| change-message.ts | ||
| compute.ts | ||
| crypto.ts | ||
| document.ts | ||
| encryptid-bridge.ts | ||
| index.ts | ||
| memory-card.ts | ||
| query.ts | ||
| runtime.ts | ||
| storage-quota.ts | ||
| storage.ts | ||
| sync.ts | ||