Skip to main content
Module

x/oak/context.ts>Context#sendEvents

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Context.prototype.sendEvents
import { Context } from "https://deno.land/x/oak@v11.1.0/context.ts";

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.