createSseClient<TEvents extends SseEventMap>(options: SseClientOptions<TEvents>): ISseClient
Creates and starts a portable SSE client.
TEvents extends SseEventMap
options: SseClientOptions<TEvents>
createSseClient<TEvents extends SseEventMap>(options: SseClientOptions<TEvents>): ISseClient
Creates and starts a portable SSE client.
TEvents extends SseEventMap
options: SseClientOptions<TEvents>
import { createSseClient } from "sdk/src/index.ts";