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

Function _storeStates

flash/image/html-template/history/history.js:287–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285 }
286
287 function _storeStates() {
288 if (browser.safari) {
289 getRememberElement().value = historyHash.join(",");
290 }
291 }
292
293 function handleBackButton() {
294 //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…