Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hono/helper/streaming/sse.ts>SSEMessage

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
interface SSEMessage
import { type SSEMessage } from "https://deno.land/x/hono@v4.1.7/helper/streaming/sse.ts";

Properties

data: string
optional
event: string
optional
id: string
optional
retry: number