@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ExtendableEvent")
public class ExtendableEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
ExtendableEvent(java.lang.String type)
The ExtendableEvent() constructor creates a new ExtendableEvent object.
|
ExtendableEvent(java.lang.String type,
ExtendableEventInit eventInitDict)
The ExtendableEvent() constructor creates a new ExtendableEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
waitUntil(Promise<jsinterop.base.Any> f)
The ExtendableEvent.waitUntil() method tells the event dispatcher that work is ongoing.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic ExtendableEvent(@Nonnull
java.lang.String type,
@Nonnull
ExtendableEventInit eventInitDict)
public ExtendableEvent(@Nonnull
java.lang.String type)
public void waitUntil(@Nonnull
Promise<jsinterop.base.Any> f)