type alias SseClientState

The lifecycle state of an SSE client.

Definition

"connecting" | "open" | "closed"

Usage

import { type SseClientState } from "sdk/src/index.ts";