bridgething
Surfaces ↓

Forward

client.forward

Commands

fire-and-forget; the promise resolves once the daemon has taken the message

text(string): Promise<void>

await client.forward.text();

json(unknown): Promise<void>

await client.forward.json();

binary(Uint8Array): Promise<void>

await client.forward.binary();