Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
PromiseRejectionEventInit
Interface PromiseRejectionEventInit
interface
PromiseRejectionEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
promise
:
Promise
<
any
>
;
reason
?:
any
;
}
Hierarchy (
view full
)
EventInit
PromiseRejectionEventInit
Index
Properties
bubbles?
cancelable?
composed?
promise
reason?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
promise
promise
:
Promise
<
any
>
Optional
reason
reason
?:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
promise
reason
melonjs
Loading...