feat(web): add durable control-plane event updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user