toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.promise
Package-level
declarations
Types
Types
Promise
Rejection
Event
Link copied to clipboard
open
external
class
PromiseRejectionEvent
(
val
type
:
EventType
<
PromiseRejectionEvent
>
,
init
:
PromiseRejectionEventInit
)
:
Event
MDN Reference
Promise
Rejection
Event
Init
Link copied to clipboard
external
interface
PromiseRejectionEventInit
:
EventInit