MCPcopy Index your code
hub / github.com/devote/HTML5-History-API / fireInitialState

Function fireInitialState

history.js:833–838  ·  view source on GitHub ↗

* fire initial state for non-HTML5 browsers

()

Source from the content-addressed store, hash-verified

831 * fire initial state for non-HTML5 browsers
832 */
833 function fireInitialState() {
834 if (isFireInitialState) {
835 isFireInitialState = false;
836 firePopState();
837 }
838 }
839
840 /**
841 * Change the data of the current history for HTML4 browsers

Callers 1

onLoadFunction · 0.70

Calls 1

firePopStateFunction · 0.70

Tested by

no test coverage detected