html5history.js
No description.

File Location

/goog/history/html5history.js

Classes

goog.history.Html5History
An implementation compatible with goog.History that uses the HTML5 history APIs.
goog.history.Html5History.TokenTransformer
A token transformer that can create a URL from a history token. This is used by goog.history.Html5History to create URL when storing token without the hash fragment. Given a window.location object containing the location created by createUrl, the token transformer allows retrieval of the token back via retrieveToken.

Public Protected Private

Global Functions

goog.history.Html5History.isSupported(opt_win) boolean
Returns whether Html5History is supported.
Arguments:
opt_win : Window=
Optional window to check.
Returns: boolean  Whether html5 history is supported.
code »

Directory history

File Reference