fingerprintjs2 Uncaught ReferenceError: murmur is not defined at

237 Views Asked by At

the code doesn't work like this for me to work this way

how do I run code like below

<script src="https://www.mobilcet.com/deneme/fingerprint2.js"></script>
        <script> Fingerprint2.get(function(components) { 
var murmur = Fingerprint2.x64hash128(components.map(function (pair) { return pair.value }).join(), 31) }) 
document.write(murmur); 
    </script>

0

There are 0 best solutions below