Skip to content

Files

Latest commit

 

History

History

sse

@typespec/sse

TypeSpec library providing server sent events bindings

Install

npm install @typespec/sse

Decorators

TypeSpec.SSE

@terminalEvent

Indicates that the presence of this event is a terminal event, and the client should disconnect from the server.

@TypeSpec.SSE.terminalEvent
Target

UnionVariant

Parameters

None