History
Module: JavaScript DOM API
#include <History.idl>
Public Functions
| Name | |
|---|---|
| void | go(optional long delta =0) |
| void | back() |
| void | forward() |
| void | pushState(AnyValue data, DOMString title, optional DomString ? url =null) |
| void | replaceState(AnyValue data, DOMString title, optional DomString ? url =null) |
Public Attributes
| Name | |
|---|---|
| readonly attribute unsigned long | index |
| readonly attribute unsigned long | length |
| readonly attribute any | state |
Public Functions Documentation
function go
void go(
optional long delta =0
)
function back
void back()
function forward
void forward()
function pushState
void pushState(
AnyValue data,
DOMString title,
optional DomString ? url =null
)
function replaceState
void replaceState(
AnyValue data,
DOMString title,
optional DomString ? url =null
)
Public Attributes Documentation
variable index
readonly attribute unsigned long index;
variable length
readonly attribute unsigned long length;
variable state
readonly attribute any state;