MCPcopy Create free account
hub / github.com/mailru/FileAPI / _storeStates

Function _storeStates

flash/camera/html-template/history/history.js:278–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 function _storeStates() {
279 if (browser.safari) {
280 getRememberElement().value = historyHash.join(",");
281 }
282 }
283
284 function handleBackButton() {
285 //The "current" page is always at the top of the history stack.

Callers 2

addHistoryEntryFunction · 0.70
checkForUrlChangeFunction · 0.70

Calls 1

getRememberElementFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…