kotlin-stdlib / org.w3c.dom / PromiseRejectionEventInit PromiseRejectionEventInit JS 1.1 interface PromiseRejectionEventInit : EventInit (source) Properties JS 1.1 promise abstract var promise : Promise < Any ? > ? JS 1.1 reason open var reason : Any ?