MCPcopy Index your code
hub / github.com/samyk/evercookie / newImage

Function newImage

js/evercookie.js:84–89  ·  view source on GitHub ↗
(src)

Source from the content-addressed store, hash-verified

82 } catch (e) { }
83
84 function newImage(src) {
85 var img = new Image();
86 img.style.visibility = "hidden";
87 img.style.position = "absolute";
88 img.src = src;
89 }
90 function _ec_replace(str, key, value) {
91 if (str.indexOf("&" + key + "=") > -1 || str.indexOf(key + "=") === 0) {
92 // find start

Callers 1

EvercookieFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected