interface ServerSentEventInit
implements EventInit
import { type ServerSentEventInit } from "https://deno.land/std@0.201.0/http/mod.ts";
Properties
Optional arbitrary data to send to the client, data this is a string will
be sent unmodified, otherwise JSON.parse()
will be used to serialize the
value.