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