MCPcopy Create free account
hub / github.com/denoland/std /

Class

http/server_sent_event_stream.ts:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 * ```
92 */
93export class ServerSentEventStream
94 extends TransformStream<ServerSentEventMessage, Uint8Array> {
95 constructor() {
96 super({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected