feat(web): add durable control-plane event updates

This commit is contained in:
chick
2026-07-17 18:31:07 +08:00
parent 6e817f380a
commit be1741c2f8
10 changed files with 745 additions and 4 deletions
+19
View File
@@ -34,4 +34,23 @@ export {
type PasswordUpdate,
} from './instances/instance-api-data-source.js';
export {
createEventStreamClient,
createSseParser,
parseEventEnvelope,
type EventStreamClient,
type EventStreamClientOptions,
type EventStreamListener,
type EventStreamState,
type EventStreamStateListener,
type SseParser,
type SseRecord,
} from './events/event-stream-client.js';
export {
createEventInvalidationController,
type EventInvalidationController,
type EventInvalidationOptions,
type InvalidationBatch,
} from './events/event-invalidation-controller.js';
export const webWorkspaceReady = true;