Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-web
/
web.promise
Package-level
declarations
Types
Types
Promise
Rejection
Event
Link copied to clipboard
open
class
PromiseRejectionEvent
(
val
type
:
EventType
<
PromiseRejectionEvent
>
,
init
:
PromiseRejectionEventInit
)
:
Event
MDN Reference
Promise
Rejection
Event
Init
Link copied to clipboard
interface
PromiseRejectionEventInit
:
EventInit