History
Module: JavaScript DOM API
#include <History.idl>
Public Functions
Section titled “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
Section titled “Public Attributes”| Name | |
|---|---|
| readonly attribute unsigned long | index |
| readonly attribute unsigned long | length |
| readonly attribute any | state |
Public Functions Documentation
Section titled “Public Functions Documentation”function go
Section titled “function go”void go( optional long delta =0)function back
Section titled “function back”void back()function forward
Section titled “function forward”void forward()function pushState
Section titled “function pushState”void pushState( AnyValue data, DOMString title, optional DomString ? url =null)function replaceState
Section titled “function replaceState”void replaceState( AnyValue data, DOMString title, optional DomString ? url =null)Public Attributes Documentation
Section titled “Public Attributes Documentation”variable index
Section titled “variable index”readonly attribute unsigned long index;variable length
Section titled “variable length”readonly attribute unsigned long length;variable state
Section titled “variable state”readonly attribute any state;© 2026 Coherent Labs. All rights reserved.