import"html.idl";
|
void | go (optional long delta) |
|
void | back () |
|
void | forward () |
|
void | pushState (any data, DOMString title, optional DOMString? url=null) |
|
void | replaceState (any data, DOMString title, optional DOMString? url=null) |
|
|
readonly attribute long | length |
|
readonly attribute any | state |
|
Definition at line 1465 of file html.idl.
◆ back()
◆ forward()
void History::forward |
( |
| ) |
|
◆ go()
void History::go |
( |
optional long |
delta | ) |
|
◆ pushState()
void History::pushState |
( |
any |
data, |
|
|
DOMString |
title, |
|
|
optional DOMString? |
url = null |
|
) |
| |
◆ replaceState()
void History::replaceState |
( |
any |
data, |
|
|
DOMString |
title, |
|
|
optional DOMString? |
url = null |
|
) |
| |
◆ length
readonly attribute long History::length |
◆ state
readonly attribute any History::state |
The documentation for this interface was generated from the following file: