A live SSE connection backed by a ReadableStream.
The connection owns its stream lifecycle (heartbeat interval, controller,
abort listener) and exposes send, comment, and close.
send(msg: SseMessage): void
Enqueues an encoded SSE frame for the connected client.
Enqueues a plain-text comment frame (: <text>\n\n) — commonly used as a
keep-alive heartbeat.