@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="IDBVersionChangeEvent")
public class IDBVersionChangeEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
IDBVersionChangeEvent(java.lang.String type) |
IDBVersionChangeEvent(java.lang.String type,
IDBVersionChangeEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
newVersion()
A 64-bit integer.
|
int |
oldVersion()
The oldVersion read-only property of the IDBVersionChangeEvent interface returns the old version number of the database.
|
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 IDBVersionChangeEvent(@Nonnull
java.lang.String type,
@Nonnull
IDBVersionChangeEventInit eventInitDict)
public IDBVersionChangeEvent(@Nonnull
java.lang.String type)
@JsProperty(name="newVersion") @Nullable public java.lang.Double newVersion()
@JsProperty(name="oldVersion") public int oldVersion()