| Modifier and Type | Method and Description |
|---|---|
default PromiseRejectionEventInit |
bubbles(boolean bubbles) |
default PromiseRejectionEventInit |
cancelable(boolean cancelable) |
default PromiseRejectionEventInit |
composed(boolean composed) |
static PromiseRejectionEventInit |
create(Promise<jsinterop.base.Any> promise) |
Promise<jsinterop.base.Any> |
promise() |
default PromiseRejectionEventInit |
promise(Promise<jsinterop.base.Any> promise) |
jsinterop.base.Any |
reason() |
default PromiseRejectionEventInit |
reason(java.lang.Object reason) |
void |
setPromise(Promise<jsinterop.base.Any> promise) |
void |
setReason(java.lang.Object reason) |
bubbles, cancelable, composed, create, setBubbles, setCancelable, setComposed@JsOverlay @Nonnull static PromiseRejectionEventInit create(@Nonnull Promise<jsinterop.base.Any> promise)
@JsProperty(name="promise") @Nonnull Promise<jsinterop.base.Any> promise()
@JsProperty
void setPromise(@Nonnull
Promise<jsinterop.base.Any> promise)
@JsOverlay @Nonnull default PromiseRejectionEventInit promise(@Nonnull Promise<jsinterop.base.Any> promise)
@JsProperty(name="reason") @Nullable jsinterop.base.Any reason()
@JsProperty
void setReason(@Nullable
java.lang.Object reason)
@JsOverlay @Nonnull default PromiseRejectionEventInit reason(@Nullable java.lang.Object reason)
@JsOverlay @Nonnull default PromiseRejectionEventInit bubbles(boolean bubbles)
@JsOverlay @Nonnull default PromiseRejectionEventInit cancelable(boolean cancelable)
cancelable in interface EventInit@JsOverlay @Nonnull default PromiseRejectionEventInit composed(boolean composed)