Skip to main content
Module

x/oak/application.ts>ApplicationCloseEvent

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Go to Latest
class ApplicationCloseEvent
extends Event
import { ApplicationCloseEvent } from "https://deno.land/x/oak@v15.0.0/application.ts";

An event that occurs when the application closes.

Constructors

new
ApplicationCloseEvent(eventInitDict: EventInit)