Skip to main content

@oak/oak@17.1.0
Built and signed on GitHub Actions

A middleware framework for handling HTTP with Deno, Node.js, Bun and Cloudflare Workers 🐿️🦕🥟⚙️

This package works with Cloudflare Workers, Node.js, Deno, Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
100%
Published
a week ago (17.1.0)
class ApplicationErrorEvent
extends ErrorEvent

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>)

Type Parameters

S extends AS
AS extends State

Properties

abstract
context: Context<S, AS>

Add Package

deno add jsr:@oak/oak

Import symbol

import { ApplicationErrorEvent } from "@oak/oak/application";

---- OR ----

Import directly with a jsr specifier

import { ApplicationErrorEvent } from "jsr:@oak/oak/application";

Add Package

npx jsr add @oak/oak

Import symbol

import { ApplicationErrorEvent } from "@oak/oak/application";

Add Package

yarn dlx jsr add @oak/oak

Import symbol

import { ApplicationErrorEvent } from "@oak/oak/application";

Add Package

pnpm dlx jsr add @oak/oak

Import symbol

import { ApplicationErrorEvent } from "@oak/oak/application";

Add Package

bunx jsr add @oak/oak

Import symbol

import { ApplicationErrorEvent } from "@oak/oak/application";