@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="PerformanceNavigation")
public class PerformanceNavigation
extends JsObject
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_BACK_FORWARD |
static int |
TYPE_NAVIGATE |
static int |
TYPE_RELOAD |
static int |
TYPE_RESERVED |
| Modifier | Constructor and Description |
|---|---|
protected |
PerformanceNavigation() |
| Modifier and Type | Method and Description |
|---|---|
int |
redirectCount()
The legacy PerformanceNavigation.redirectCount read-only property returns an unsigned short representing the number of REDIRECTs done before reaching the page.
|
JsObject |
toJSON() |
int |
type()
The legacy PerformanceNavigation.type read-only property returns an unsigned short containing a constant describing how the navigation to this page was done.
|
assign, 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_, values@JsOverlay public static final int TYPE_BACK_FORWARD
@JsOverlay public static final int TYPE_NAVIGATE
@JsOverlay public static final int TYPE_RELOAD
@JsOverlay public static final int TYPE_RESERVED
@JsProperty(name="redirectCount") public int redirectCount()
@JsProperty(name="type") @PerformanceNavigationType public int type()
@Nonnull public JsObject toJSON()