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>SSEMessage

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

Properties

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