Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs

Version

latest

PromiseRejectionEvent

  • Extends
  • Constructors
  • Properties

PromiseRejectionEvent

class PromiseRejectionEvent extends Event {
constructor(type: string, eventInitDict?: PromiseRejectionEventInit);
readonly promise: Promise<any>;
readonly reason: any;
}

§Extends

§
Event
[src]

§Constructors

§
new PromiseRejectionEvent(type: string, eventInitDict?: PromiseRejectionEventInit)
[src]

§Properties

§
promise: Promise<any>
[src]
§
reason: any
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
System Status
Companies interested in Deno