Skip to content

SSEKeepAlive

Defined in: streaming-handler.ts:81

Create SSE keep-alive mechanism

new SSEKeepAlive(): SSEKeepAlive

SSEKeepAlive

start(res, intervalMs): void

Defined in: streaming-handler.ts:87

Start sending keep-alive pings

ServerResponse

number = 15000

void


stop(): void

Defined in: streaming-handler.ts:100

Stop sending keep-alive pings

void