Skip to main content
Module

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

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

Properties

optional
colno: number
optional
error: any
optional
filename: string
optional
lineno: number
optional
message: string