PromiseRejectionEventInit constructor
PromiseRejectionEventInit({})
Implementation
external factory PromiseRejectionEventInit({
bool bubbles,
bool cancelable,
bool composed,
required JSObject promise,
JSAny? reason,
});