Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/engine/middleware.ts>ResolverMiddlewareContext

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Very Popular
Go to Latest
interface ResolverMiddlewareContext
implements BaseContext
import { type ResolverMiddlewareContext } from "https://deno.land/x/live@1.57.3/engine/middleware.ts";

Type Parameters

optional
T = any

Methods

optional
next(): Promise<T>