public class History extends Object
Modifier and Type | Field and Description |
---|---|
double |
length |
static History |
prototype |
Object |
state |
constructor
Constructor and Description |
---|
History() |
Modifier and Type | Method and Description |
---|---|
void |
back() |
void |
back(Object distance) |
void |
forward() |
void |
forward(Object distance) |
void |
go() |
void |
go(Object delta) |
void |
pushState(Object statedata) |
void |
pushState(Object statedata,
String title) |
void |
pushState(Object statedata,
String title,
String url) |
void |
replaceState(Object statedata) |
void |
replaceState(Object statedata,
String title) |
void |
replaceState(Object statedata,
String title,
String url) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public double length
public Object state
public static History prototype
public void back(Object distance)
public void forward(Object distance)
public void go(Object delta)
public void back()
public void forward()
public void go()
public void pushState(Object statedata)
public void replaceState(Object statedata)