Skip to main content
Latest
method oak.ServerSentEventTarget.prototype.close
import { oak } from "https://deno.land/x/create_react_app@v0.1.2/deps.ts";
const { ServerSentEventTarget } = oak;

Stop sending events to the remote connection and close the connection.

Returns

Promise<void>