Skip to main content
Module

x/hono/helper.ts>streamSSE

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable streamSSE
import { streamSSE } from "https://deno.land/x/hono@v3.12.0/helper.ts";

type

(c: Context, cb: (stream: SSEStreamingApi) => Promise<void>) => unknown