go method
The go()
method of the History interface loads a specific page
from the
session history. You can use it to move forwards and backwards through the
history
depending on the value of a parameter.
This method is . Add a listener for the
Window.popstate_event
event in order to determine when the navigation
has completed.
Implementation
external void go([int delta]);