import { Context } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.sendEvents&s=Context";
Convert the connection to stream events, returning an event target for
sending server sent events. Events dispatched on the returned target will
be sent to the client and be available in the client's EventSource
that
initiated the connection.
This will set .respond
to false
.
Parameters
optional
options: ServerSentEventTargetOptions[src]