Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/oak/application.ts>ApplicationCloseEvent

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

Constructors

new
ApplicationCloseEvent(eventInitDict: EventInit)