x/oak/application.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
class ApplicationErrorEvent
extends ErrorEvent
import { ApplicationErrorEvent } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/application.ts?s=ApplicationErrorEvent";

An event that occurs when an application error occurs.

When the error occurs related to the handling of a request, the .context property will be populated.

Constructors

new
ApplicationErrorEvent(eventInitDict: ApplicationErrorEventInit<S, AS>)
[src]

Properties

optional
context: Context<S, AS>
[src]