Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

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