PromiseRejectionEventInit

interface PromiseRejectionEventInit extends EventInit {
promise: Promise<any>;
reason?: any;
}

§Extends

§
EventInit
[src]

§Properties

§
promise: Promise<any>
[src]
§
reason?: any
[src]