historyGo abstract method

void historyGo(
  1. int delta
)

Goes jumps of delta in the url history

Throws an exception if this is not possible Use historyCanGo to know if this is possible

Implementation

void historyGo(int delta);