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

x/shed/middleware.ts>ErrorContext

All Worker Tools under a single roof
Latest
type alias ErrorContext
Deprecated
Deprecated

Name might change

import { type ErrorContext } from "https://deno.land/x/shed@v0.1.0-pre.10/middleware.ts";
deprecated
definition: Context & { error: Error; response: Response; }