search

goog.history.Html5History

Provided By
Extends
All Implemented Interfaces

An implementation compatible with goog.History that uses the HTML5 history APIs.

new Html5History( opt_win, opt_transformer )

Parameters
opt_win(Window|null)=

The window to listen/dispatch history events on.

opt_transformer(goog.history.Html5History.TokenTransformer|null)=

The token transformer that is used to create URL from the token when storing token without using hash fragment.

Instance Methods

Instance Properties

Static Functions

Interfaces