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

Function func

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

Source from the content-addressed store, hash-verified

554 window['_ie_firstload'] = true;
555 var sourceToSet = historyFrameSourcePrefix + def;
556 var func = function() {
557 getHistoryFrame().src = sourceToSet;
558 window.location.replace("#" + def);
559 setInterval(checkForUrlChange, 50);
560 }
561 try {
562 func();
563 } catch(e) {

Callers 1

history.jsFile · 0.70

Calls 1

getHistoryFrameFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…