import { SSEStreamingApi } from "https://deno.land/x/hono@v4.2.2/helper/streaming/index.ts";
Constructors
new
SSEStreamingApi(writable: WritableStream, readable: ReadableStream)Methods
writeSSE(message: SSEMessage)
import { SSEStreamingApi } from "https://deno.land/x/hono@v4.2.2/helper/streaming/index.ts";