historyClass
This class is a singleton wrapping HTML5 history. It adds a possibility to save also functions in the history states.
Inheritance hierarchy
nokia.mh5.history does not extend any public class, nor is it extended by any other public class.Methods
![]() |
back | Goes one step back in the browser history. |
![]() |
catchNextOnPopState | Defines this handler if you wants to prevent the next onpopstate event fired by the browser history. If you do so, the history stays on the same state it was before. After that the handler will be removed. |
![]() |
pushState | Pushes a state to the history. |
![]() |
replaceState | Replaces the current state in the history. |
![]() |
reset | Resets internal variables of history. But it doesn't influence the real HTML browser history. |
Properties
nokia.mh5.history has no properties.
Events
nokia.mh5.history has no events.
Callbacks
nokia.mh5.history has no callbacks.
Classes
nokia.mh5.history has no classes.
Constants
nokia.mh5.history has no constants.
Interfaces
nokia.mh5.history has no interfaces.
