class ApplicationCloseEvent
extends Event
import { ApplicationCloseEvent } from "https://deno.land/x/oak@v17.1.3/application.ts";
An event that occurs when the application closes.
Constructors
new
ApplicationCloseEvent(eventInitDict: EventInit)x/oak/application.ts>ApplicationCloseEvent
import { ApplicationCloseEvent } from "https://deno.land/x/oak@v17.1.3/application.ts";
An event that occurs when the application closes.