Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class PromiseRejectionEvent
extends Event
Abstract
import { PromiseRejectionEvent } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Properties

readonly
promise: Promise<any>
readonly
reason: any