class SSEStreamingApi
extends StreamingApi
import { SSEStreamingApi } from "https://deno.land/x/hono@v3.12.8/helper/streaming/sse.ts";
Constructors
new
SSEStreamingApi(writable: WritableStream, readable: ReadableStream)Methods
writeSSE(message: SSEMessage)