Skip to content

SseWriter

type SseWriter = unknown

Push surface handed to a ctx.sse(...) producer.

send and comment resolve once the transport has pulled the frame, so a producer that awaits each call is paced by the connection (at most one frame is buffered).

Learn: Server-sent events

Last updated: