Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/helper/streaming/index.ts>streamSSE

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable streamSSE
import { streamSSE } from "https://deno.land/x/hono@v3.9.2/helper/streaming/index.ts";

type

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