| Modifier and Type | Method and Description |
|---|---|
void |
back() |
static History |
current() |
void |
forward() |
int |
getLength() |
JSObject |
getState() |
void |
go(int delta) |
void |
pushState(JSObject data,
String title) |
void |
pushState(JSObject data,
String title,
String url) |
void |
replaceState(JSObject data,
String title) |
void |
replaceState(JSObject data,
String title,
String url) |
Copyright © 2015. All rights reserved.