Skip to main content
Module

x/evt/lib/types/lib.dom.ts>CloseEventInit

💧EventEmitter's typesafe replacement
Go to Latest
interface CloseEventInit
implements EventInit
import { type CloseEventInit } from "https://deno.land/x/evt@v2.3.1/lib/types/lib.dom.ts";

Properties

optional
code: number
optional
reason: string
optional
wasClean: boolean