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

Function hashChangeHandler

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

Source from the content-addressed store, hash-verified

85 }
86
87 function hashChangeHandler()
88 {
89 currentHref = document.location.href;
90 var flexAppUrl = getHash();
91 //ADR: to fix multiple
92 if (typeof BrowserHistory_multiple != "undefined" && BrowserHistory_multiple == true) {
93 var pl = getPlayers();
94 for (var i = 0; i < pl.length; i++) {
95 pl[i].browserURLChange(flexAppUrl);
96 }
97 } else {
98 getPlayer().browserURLChange(flexAppUrl);
99 }
100 }
101
102 // Accessor functions for obtaining specific elements of the page.
103 function getHistoryFrame()

Callers

nothing calls this directly

Calls 3

getHashFunction · 0.70
getPlayersFunction · 0.70
getPlayerFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…