@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SyncEvent")
public class SyncEvent
extends ExtendableEvent
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
SyncEvent(java.lang.String type,
SyncEventInit init)
The SyncEvent() constructor creates a new SyncEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
lastChance()
The SyncEvent.lastChance read-only property of the SyncEvent interface returns true if the user agent will not make further synchronization attempts after the current attempt.
|
java.lang.String |
tag()
The SyncEvent.tag read-only property of the SyncEvent interface returns the developer-defined identifier for this SyncEvent.
|
waitUntilbubbles, 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 SyncEvent(@Nonnull
java.lang.String type,
@Nonnull
SyncEventInit init)
@JsProperty(name="lastChance") public boolean lastChance()
@JsProperty(name="tag") @Nonnull public java.lang.String tag()