Expose native ping RTT in WASM SDK
All checks were successful
CI / checks (push) Successful in 6m41s

This commit is contained in:
Alois 2026-07-28 02:46:41 +02:00
commit fa271e62be
Signed by: alois
SSH key fingerprint: SHA256:GBzT2DXvAuGV9XIV5W3WrzVpjU54FThmxHXdbz95J24
3 changed files with 46 additions and 2 deletions

View file

@ -121,6 +121,7 @@ export class WasmClient implements DisposableWasmObject {
subscribe(message_type: string, callback: MessageCallback): number;
unsubscribe(id: number): boolean;
static is_supported(): boolean;
readonly ping_ms: number | undefined;
readonly state: ConnectionState;
}