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

Function handleForwardButton

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

Source from the content-addressed store, hash-verified

293 }
294
295 function handleForwardButton() {
296 //summary: private method. Do not call this directly.
297
298 var last = forwardStack.pop();
299 if (!last) { return; }
300 backStack.push(last);
301 }
302
303 function handleArbitraryUrl() {
304 //delete all the history entries

Callers 1

checkForUrlChangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…