Definition
HTML Standard defines PromiseRejectionEventInit
dictionary PromiseRejectionEventInit : EventInit {
required object promise;
any reason;
};
PromiseRejectionEventInit
dictionaryHTML Standard defines PromiseRejectionEventInit
dictionary PromiseRejectionEventInit : EventInit {
required object promise;
any reason;
};