ISseConnection.send(msg: SseMessage): void
Enqueues an encoded SSE frame for the connected client.
msg: SseMessage
The message to encode and send
ISseConnection.send(msg: SseMessage): void
Enqueues an encoded SSE frame for the connected client.
msg: SseMessage
The message to encode and send
import { type ISseConnection } from "common/src/index.ts";