Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/danet/src/deps.ts>ApplicationListenEvent

The most mature backend framework for Deno
Go to Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://deno.land/x/danet@1.7.4/src/deps.ts";

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)

Properties

hostname: string
listener: Listener
port: number
secure: boolean
serverType: "native" | "flash" | "custom"