Skip to main content
Module

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

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

Properties

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