Skip to main content
Module

x/live/deco.ts>RequestContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
type alias RequestContext
import { type RequestContext } from "https://deno.land/x/live@1.57.1/deco.ts";
definition: { signal?: AbortSignal; }
variable RequestContext
import { RequestContext } from "https://deno.land/x/live@1.57.1/deco.ts";

type

{ active: () => unknown; bind: <R, TArgs extends unknown[]>(request: RequestContext, f: (...args: TArgs) => R) => (...args: TArgs) => R; get signal(); }