* Provides browser history management using the HTML5 history API. *
* When calling the add(), addValue(), * replace(), or replaceValue() methods on * HistoryHTML5, the following additional options are supported: *
add()
addValue()
replace()
replaceValue()
HistoryHTML5
_storeState()
popstate
* If true, the Y.History alias will always point to * Y.HistoryHTML5 when the history-html5 module is loaded, even if * the current browser doesn't support HTML5 history. *
true
Y.History
Y.HistoryHTML5
* If false, the Y.History alias will always point to * Y.HistoryHash when the history-hash module is loaded, even if * the current browser supports HTML5 history. *
false
Y.HistoryHash
* If neither true nor false, the * Y.History alias will point to the best available history adapter * that the browser supports. This is the default behavior. *