search

goog.history.Event

Provided By
Extends
All Known Aliases

Event object dispatched after the history state has changed.

new Event( token, isNavigation )

Parameters
tokenstring

The string identifying the new history state.

isNavigationboolean

True if the event was triggered by a browser action, such as forward or back, clicking on a link, editing the URL, or calling window.history.(go|back|forward). False if the token has been changed by a setToken or replaceToken call.

Instance Methods

Instance Properties