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

Function handleForwardButton

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

Source from the content-addressed store, hash-verified

302 }
303
304 function handleForwardButton() {
305 //summary: private method. Do not call this directly.
306
307 var last = forwardStack.pop();
308 if (!last) { return; }
309 backStack.push(last);
310 }
311
312 function handleArbitraryUrl() {
313 //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…