Skip to main content
Module

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

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

Properties

promise: Promise<any>
optional
reason: any