Skip to main content
Module

x/alosaur/mod.ts>acceptSSE

Alosaur - Deno web framework with many decorators
Go to Latest
function acceptSSE
import { acceptSSE } from "https://deno.land/x/alosaur@v0.30.0/mod.ts";

Parameters

context: Context

Returns

Promise<(data: string, retry?: number) => Promise<number>>