Add client WebSocket transport

This commit is contained in:
nav
2026-04-08 21:05:12 +00:00
parent 2148027a41
commit bc3e931979
2 changed files with 235 additions and 0 deletions

View File

@@ -14,6 +14,16 @@ export {
type YonexusClientStateFile,
type YonexusClientStateStore
} from "./core/state.js";
export {
createClientTransport,
YonexusClientTransport,
type ClientTransport,
type ClientTransportOptions,
type ClientConnectionState,
type ClientMessageHandler,
type ClientStateChangeHandler,
type ClientErrorHandler
} from "./core/transport.js";
export interface YonexusClientPluginManifest {
readonly name: "Yonexus.Client";