webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"History.idl";
Public Member Functions | |
void | back () |
void | forward () |
void | go (optional long distance=0) |
void | pushState (any data, DOMString title, optional USVString? url=null) |
void | replaceState (any data, DOMString title, optional USVString? url=null) |
Public Attributes | |
readonly attribute unsigned long | length |
readonly attribute SerializedScriptValue | state |
void History::back | ( | ) |
void History::forward | ( | ) |