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

x/danet/src/sse/message.ts>SSEMessage

The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
Go to Latest
interface SSEMessage
import { type SSEMessage } from "https://deno.land/x/danet@2.4.0/src/sse/message.ts";

Properties

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